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" |
575 |
|
|
576 |
|
// ---------------------------------------- |
577 |
|
UChar_t ismc; |
578 |
+ |
Int_t mcprocid; |
579 |
|
|
580 |
|
//corrected quantities from PhotonFix corrections |
581 |
|
Float_t masscor; |
718 |
|
TString fPFPileUpName; //name of pfpu collection |
719 |
|
|
720 |
|
TString fMCParticleName; |
721 |
+ |
TString fMCEventInfoName; |
722 |
+ |
|
723 |
|
TString fPileUpName; |
724 |
|
TString fSuperClusterName; |
725 |
|
TString fPFMetName; |
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; |