source: trunk/Mars/msignal/MExtractFACT.h@ 17865

Last change on this file since 17865 was 17865, checked in by tbretz, 11 years ago
ReInit was too much.
File size: 498 bytes
Line 
1#ifndef MARS_MExtractFACT
2#define MARS_MExtractFACT
3
4#ifndef MARS_MExtractTime
5#include "MExtractTime.h"
6#endif
7
8class MExtractFACT : public MExtractTime
9{
10private:
11 Int_t PreProcess(MParList *pList);
12 Int_t Process();
13 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
14
15public:
16 MExtractFACT(const char *name=NULL, const char *title=NULL);
17
18 virtual Bool_t InitArrays(Int_t) { return kTRUE; }
19
20 ClassDef(MExtractFACT, 0) // Time And Charge Extractor Base Class
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.