16 |
|
|
17 |
|
#include <string> |
18 |
|
#include <TString.h> |
19 |
+ |
#include <TH1F.h> |
20 |
|
#include "MitAna/TreeMod/interface/BaseMod.h" |
21 |
|
#include "MitAna/DataTree/interface/MCEventInfo.h" |
22 |
|
|
51 |
|
Int_t fNFailed; //!number of failed events |
52 |
|
std::vector<Int_t> fAcceptedProcessIds; //list of process ids accept |
53 |
|
std::vector<Int_t> fExcludedProcessIds; //list of process ids to exclude |
54 |
< |
const MCEventInfo* fMCEventInfo; //!MC Event Info pointer |
54 |
> |
const MCEventInfo *fMCEventInfo; //!MC Event Info pointer |
55 |
> |
TH1F *hProcessId; //histogram of process id's |
56 |
|
|
57 |
|
ClassDef(MCProcessSelectionMod, 1) // L1 TAM module |
58 |
|
}; |