GammaWare
Head Version for release 0.9
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ClearLastMarker.C
Go to the documentation of this file.
1
2
3
void
ClearLastMarker
()
4
{
5
TObject *obj;
if
( TVirtualPad::Pad() == NULL )
return
;
6
7
TIter next(TVirtualPad::Pad()->GetListOfPrimitives(),kIterBackward);
8
while
( (obj = next()) ) {
// look for markers
9
if
( obj->InheritsFrom(
"TMarker"
) ) {
delete
obj;
break
; }
10
}
11
TVirtualPad::Pad()->Update();
12
}
13
ClearLastMarker
void ClearLastMarker()
Definition:
ClearLastMarker.C:3
macros
ROOT
Utilities
Pad
ClearLastMarker.C
Generated on Wed Sep 20 2017 17:26:16 for GammaWare by
1.8.7