Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PFEGammaProducer with fillDescriptions #24863

Merged
merged 5 commits into from Oct 23, 2018
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 0 additions & 25 deletions RecoParticleFlow/PFProducer/interface/PFEGammaAlgo.h
Expand Up @@ -109,28 +109,11 @@ class PFEGammaAlgo {

struct PFEGConfigInfo {
double mvaEleCut;
std::string mvaWeightFileEleID;
std::shared_ptr<PFSCEnergyCalibration> thePFSCEnergyCalibration;
std::shared_ptr<PFEnergyCalibration> thePFEnergyCalibration;
bool applyCrackCorrections;
bool usePFSCEleCalib;
bool useEGElectrons;
bool useEGammaSupercluster;
bool produceEGCandsWithNoSuperCluster;
double sumEtEcalIsoForEgammaSC_barrel;
double sumEtEcalIsoForEgammaSC_endcap;
double coneEcalIsoForEgammaSC;
double sumPtTrackIsoForEgammaSC_barrel;
double sumPtTrackIsoForEgammaSC_endcap;
unsigned int nTrackIsoForEgammaSC;
double coneTrackIsoForEgammaSC;
std::string mvaweightfile ;
double mvaConvCut;
bool useReg;
std::string X0_Map;
const reco::Vertex* primaryVtx;
double sumPtTrackIsoForPhoton;
double sumPtTrackIsoSlopeForPhoton;
};

//constructor
Expand Down Expand Up @@ -358,8 +341,6 @@ class PFEGammaAlgo {
const GBRForest *ReaderGCEElR9_;

// boost::shared_ptr<PFEnergyCalibration> thePFEnergyCalibration_;
double sumPtTrackIsoForPhoton_;
double sumPtTrackIsoSlopeForPhoton_;
std::vector<int>match_ind;
//std::auto_ptr< reco::PFCandidateCollection > permElectronCandidates_;

Expand All @@ -385,12 +366,6 @@ class PFEGammaAlgo {
float dEta_, dPhi_, LowClusE_, RMSAll_, RMSMust_, nPFClus_;
float TotPS1_, TotPS2_;
float nVtx_;
//for Material Map
TH2D* X0_sum;
TH2D* X0_inner;
TH2D* X0_middle;
TH2D* X0_outer;
float x0inner_, x0middle_, x0outer_;
//for PileUP
float excluded_, Mustache_EtRatio_, Mustache_Et_out_;
const ESChannelStatus* channelStatus_;
Expand Down