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

Comparing UserCode/MitPhysics/Mods/interface/PhotonTreeWriter.h (file contents):
Revision 1.24 by mingyang, Tue Oct 9 15:40:14 2012 UTC vs.
Revision 1.25 by bendavid, Thu Oct 11 13:08:23 2012 UTC

# Line 22 | Line 22
22   #include "MitAna/DataTree/interface/DecayParticleCol.h"
23   #include "MitAna/DataTree/interface/PileupInfoCol.h"
24   #include "MitAna/DataTree/interface/MCParticleCol.h"
25 + #include "MitAna/DataTree/interface/MCEventInfo.h"
26   #include "MitAna/DataTree/interface/SuperClusterCol.h"
27   #include "MitAna/DataTree/interface/PFMetCol.h"
28   #include "MitAna/DataTree/interface/JetCol.h"
# Line 574 | Line 575 | namespace mithep
575  
576        // ----------------------------------------
577        UChar_t  ismc;
578 +      Int_t mcprocid;
579        
580        //corrected quantities from PhotonFix corrections
581        Float_t masscor;
# Line 716 | Line 718 | namespace mithep
718      TString             fPFPileUpName;    //name of pfpu collection
719  
720      TString             fMCParticleName;
721 +    TString             fMCEventInfoName;
722 +    
723      TString             fPileUpName;
724      TString             fSuperClusterName;
725      TString             fPFMetName;
# Line 750 | Line 754 | namespace mithep
754      const BeamSpotCol             *fBeamspot;
755      const PFCandidateCol          *fPFCands;
756      const MCParticleCol           *fMCParticles;
757 +    const MCEventInfo             *fMCEventInfo;
758      const PileupInfoCol           *fPileUp;    
759      const SuperClusterCol         *fSuperClusters;  
760      const PFMetCol                *fPFMet;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines