ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/interface/MCProcessSelectionMod.h
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/interface/MCProcessSelectionMod.h (file contents):
Revision 1.1 by bendavid, Tue Apr 12 14:10:04 2011 UTC vs.
Revision 1.2 by bendavid, Tue Apr 12 15:18:28 2011 UTC

# Line 16 | Line 16
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  
# Line 50 | Line 51 | namespace mithep
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    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines