#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 change: Wed Jun 25 08:52:48 2008
Last generated: 2008-06-25 08:52
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.