ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitConversions/Mods/interface/Conversions.h
(Generate patch)

Comparing UserCode/MitConversions/Mods/interface/Conversions.h (file contents):
Revision 1.1 by bendavid, Wed Nov 19 17:33:26 2008 UTC vs.
Revision 1.3 by bendavid, Wed Dec 16 18:10:38 2009 UTC

# Line 15 | Line 15
15   #include <TH2F.h>
16   #include <TStopwatch.h>
17  
18 < #include "MitAna/TAM/interface/TAModule.h"
18 > #include "MitAna/TreeMod/interface/BaseMod.h"
19 > #include "MitAna/DataTree/interface/CollectionsFwd.h"
20   #include "MitAna/DataTree/interface/Collections.h"
21  
22   class TH1F;
23  
24   namespace mithep
25   {
26 <  class Conversions : public TAModule
26 >  class Conversions : public BaseMod
27    {
28      public:
29        Conversions(const char *name  = "Conversions",
# Line 41 | Line 42 | namespace mithep
42        Bool_t           PassSimCuts(const MCParticle* p);
43  
44      protected:
45 <      TrackCol        *fTracks;       //! point to track branch
46 <      TrackCol        *fGsfTracks;    //! point to track branch
47 <      TrackCol        *fInOutTracks; //!
48 <      TrackCol        *fOutInTracks; //!
49 <      ElectronCol     *fElectrons;    //! point to electron branch
50 <      PhotonCol       *fPhotons;  //! point to photon branch
51 <      MCParticleCol   *fMCParticles; //!
45 >      const TrackCol          *fTracks;       //! point to track branch
46 >      const TrackCol          *fGsfTracks;    //! point to track branch
47 >      const TrackCol          *fInOutTracks; //!
48 >      const TrackCol          *fOutInTracks; //!
49 >      const ElectronCol     *fElectrons;    //! point to electron branch
50 >      const PhotonCol       *fPhotons;  //! point to photon branch
51 >      const MCParticleCol   *fMCParticles; //!
52  
53        TString          fMCPartName;  // name of particle collection
54        TString          fTrackName;    // name of track collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines