#ifndef ROOT_TSelectorScalar
#define ROOT_TSelectorScalar
#ifndef ROOT_TParameter
#include "TParameter.h"
#endif
#ifndef ROOT_Rtypes
#include "Rtypes.h"
#endif
class TCollection;
class TSelectorScalar : public TParameter<Long64_t> {
public:
   TSelectorScalar(const char *name = "", Long64_t val = 0)
             : TParameter<Long64_t>(name, val) { }
   ~TSelectorScalar() { }
   void     Inc(Long_t n = 1);
   Int_t    Merge(TCollection *list);
   ClassDef(TSelectorScalar,1)  
};
#endif
Last update: Thu Jan 17 09:03:17 2008
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.