12#ifndef ROOT_TSelectorScalar 
   13#define ROOT_TSelectorScalar 
#define ClassDef(name, id)
 
Collection abstract base class.
 
Named parameter, streamable and storable.
 
Named scalar type, based on Long64_t, streamable, storable and mergable.
 
TSelectorScalar(const char *name="", Long64_t val=0)
 
Int_t Merge(TCollection *list)
Merge scalars with scalars in the list.
 
void Inc(Long_t n=1)
Increment scalar value by n.