ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/FillerPFCandidates.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/FillerPFCandidates.h (file contents):
Revision 1.5 by loizides, Fri Sep 25 08:42:50 2009 UTC vs.
Revision 1.7 by bendavid, Wed Sep 14 15:26:53 2011 UTC

# Line 23 | Line 23 | namespace mithep
23        FillerPFCandidates(const edm::ParameterSet &cfg, const char *name, bool active=1);
24        ~FillerPFCandidates();
25  
26 <      void                         BookDataBlock(TreeWriter &tws, const edm::EventSetup &es);
26 >      void                         BookDataBlock(TreeWriter &tws);
27        void                         FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
28        void                         ResolveLinks (const edm::Event &e, const edm::EventSetup &es);
29    
# Line 38 | Line 38 | namespace mithep
38        std::string                  muonMapName_;          //name of imported map wrt muons
39        std::string                  conversionMapName_;    //name of imported map wrt conversions
40        std::string                  pfCandMapName_;        //name of exported pf candidate map
41 +      bool                         allowMissingTrackRef_; //allow missing track reference (needed for tau embedding samples)
42        const mithep::TrackMap      *trackerTrackMap_;      //map wrt tracker tracks
43        const mithep::TrackMap      *gsfTrackMap_;          //map wrt pf gsf tracks
44        const mithep::MuonMap       *muonMap_;              //map wrt muons

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines