babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
#include <bmaker_full.hh>
Public Member Functions | |
bmaker_full (const edm::ParameterSet &) | |
~bmaker_full () | |
void | writeMET (edm::Handle< pat::METCollection > mets, edm::Handle< pat::METCollection > mets_nohf, edm::Handle< pat::METCollection > mets_puppi) |
std::vector< reco::Candidate::LorentzVector > | writeJets (edm::Handle< pat::JetCollection > alljets, std::vector< unsigned > &all_baby_jets_idx, edm::Handle< edm::View< reco::GenJet > > genjets, vCands &sig_leps, vCands &veto_leps, vCands &photons, vCands &tks, std::vector< std::vector< LVector > > &sysjets, std::vector< double > &jetsMuonEnergyFrac) |
void | writeBTagWeights (edm::Handle< pat::JetCollection > alljets, std::vector< reco::Candidate::LorentzVector > &all_baby_jets, std::vector< unsigned > &all_baby_jet_idx) |
void | writeHiggVars (std::vector< LVector > &baby_jets_p4, std::vector< float > &baby_jets_csv, std::vector< bool > &baby_jets_h1, std::vector< bool > &baby_jets_h2, std::vector< bool > &baby_jets_islep, int &baby_nbl, int &baby_nbm, int &baby_nbt, float &baby_hig_am, float &baby_hig_dm, float &baby_hig_drmax, int &baby_hig_bin, float &baby_mct, bool isSystemtatic=false) |
void | writeBBVars (std::vector< reco::Candidate::LorentzVector > &all_baby_jets, vCands &sig_leps) |
void | writeFatJets () |
vCands | writeMuons (edm::Handle< pat::MuonCollection > muons, edm::Handle< pat::PackedCandidateCollection > pfcands, edm::Handle< reco::VertexCollection > vtx, vCands &veto_mus, vCands &all_mus, double rhoEventCentral) |
vCands | writeElectrons (edm::Handle< pat::ElectronCollection > electrons, edm::Handle< pat::PackedCandidateCollection > pfcands, edm::Handle< reco::VertexCollection > vtx, vCands &veto_els, vCands &all_els, double rhoEventCentral) |
void | writeDiLep (vCands &sig_mus, vCands &sig_els, vCands &veto_mus, vCands &veto_els) |
void | setDiLepMass (vCands leptons, baby_float ll_m, baby_float ll_pt1, baby_float ll_pt2, baby_float ll_pt, baby_float ll_eta, baby_float ll_phi, baby_vfloat l_pt, baby_vbool l_inz, baby_float ll_w) |
void | setElMuMass (vCands leptons1, vCands leptons2, baby_float ll_m, baby_float ll_pt1, baby_float ll_pt2, baby_float ll_pt, baby_float ll_eta, baby_float ll_phi, baby_float ll_w) |
void | writeLeptons (vCands &leptons) |
void | writeTks (edm::Handle< pat::PackedCandidateCollection > pfcands, edm::Handle< reco::VertexCollection > vtx, double rhoEventCentral) |
vCands | writePhotons (edm::Handle< pat::PhotonCollection > allphotons, edm::Handle< std::vector< pat::Electron > > &electrons, edm::Handle< reco::ConversionCollection > &conversions, edm::Handle< reco::BeamSpot > &beamspot, double rho) |
bool | writeTriggers (const edm::TriggerNames &names, edm::Handle< edm::TriggerResults > triggerBits, edm::Handle< pat::PackedTriggerPrescales > triggerPrescales) |
void | writeHLTObjects (const edm::TriggerNames &names, edm::Handle< pat::TriggerObjectStandAloneCollection > triggerObjects, vCands &all_mus, vCands &all_els, vCands &photons, const edm::Event &) |
void | writeFilters (const edm::TriggerNames &fnames, edm::Handle< edm::TriggerResults > filterBits, edm::Handle< reco::VertexCollection > vtx, std::vector< double > jetsMuonEnergyFrac) |
void | writeVertices (edm::Handle< reco::VertexCollection > vtx, edm::Handle< std::vector< PileupSummaryInfo > > pu_info) |
void | writeGenInfo (edm::Handle< LHEEventProduct > lhe_info) |
void | writeIFSR (edm::Handle< reco::GenParticleCollection > genParticles, std::vector< reco::Candidate::LorentzVector > &jets) |
void | writeMC (edm::Handle< reco::GenParticleCollection > genParticles, vCands &all_mus, vCands &all_els, vCands &photons) |
void | reportTime (const edm::Event &iEvent) |
void | rebalancedMET (double &MET, double &METPhi) |
double | calculateRescalingFactor (unsigned int jetIdx) |
double | calculateRebalancedMET (unsigned int jetIdx, double mu, double &METPhi) |
void | writeWeights (const vCands &sig_leps, edm::Handle< GenEventInfoProduct > &gen_event_info, edm::Handle< LHEEventProduct > &lhe_info) |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Public Attributes | |
TFile * | outfile |
baby_full | baby |
bool | isData |
time_t | startTime |
lepton_tools * | lepTool |
jet_met_tools * | jetTool |
photon_tools * | photonTool |
event_tools * | eventTool |
mc_tools * | mcTool |
weight_tools * | weightTool |
std::vector< TString > | trig_name |
TString | outname |
std::vector< std::string > | inputfiles |
TString | jsonfile |
TString | condor_subtime |
TString | jec_label |
std::string | btag_label_BC |
std::string | btag_label_UDSG |
edm::InputTag | met_label |
edm::InputTag | met_nohf_label |
edm::InputTag | jets_label |
unsigned int | nevents_sample |
unsigned int | nevents |
bool | doMetRebalancing |
float | xsec |
bool | addBTagWeights |
bool | isFastSim |
bool | doSystematics |
bool | debug |
Private Member Functions | |
virtual void | beginJob () override |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | endJob () override |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
Private Attributes | |
int | mprod_ |
int | mlsp_ |
edm::EDGetTokenT< edm::TriggerResults > | tok_trigResults_hlt_ |
edm::EDGetTokenT< pat::PackedTriggerPrescales > | tok_patTrig_ |
edm::EDGetTokenT< reco::VertexCollection > | tok_primVertex_ |
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > | tok_addPileup_ |
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > | tok_slimAddPileup_ |
edm::EDGetTokenT< pat::PackedCandidateCollection > | tok_packPFCands_ |
edm::EDGetTokenT< double > | tok_rhoFastJet_centralNeutral_ |
edm::EDGetTokenT< pat::MuonCollection > | tok_muons_ |
edm::EDGetTokenT< pat::ElectronCollection > | tok_electrons_ |
edm::EDGetTokenT< double > | tok_rhoFastJet_all_ |
edm::EDGetTokenT< reco::BeamSpot > | tok_offBeamSpot_ |
edm::EDGetTokenT< pat::PhotonCollection > | tok_photons_ |
edm::EDGetTokenT< std::vector< reco::Conversion > > | tok_reducedEgamma_conver_ |
edm::EDGetTokenT< pat::JetCollection > | tok_jets_ |
edm::EDGetTokenT< edm::View< reco::GenJet > > | tok_genJets_ |
edm::EDGetTokenT< pat::METCollection > | tok_met_ |
edm::EDGetTokenT< pat::METCollection > | tok_met_noHF_ |
edm::EDGetTokenT< pat::METCollection > | tok_met_Puppi_ |
edm::EDGetTokenT< bool > | tok_HBHENoiseFilter_ |
edm::EDGetTokenT< bool > | tok_HBHEIsoNoiseFilter_ |
edm::EDGetTokenT< edm::TriggerResults > | tok_trigResults_reco_ |
edm::EDGetTokenT< edm::TriggerResults > | tok_trigResults_pat_ |
edm::EDGetTokenT< pat::TriggerObjectStandAloneCollection > | tok_selectedPatTrig_ |
edm::EDGetTokenT< reco::GenParticleCollection > | tok_pruneGenPart_ |
edm::EDGetTokenT< LHEEventProduct > | tok_extLHEProducer_ |
edm::EDGetTokenT< LHEEventProduct > | tok_source_ |
edm::EDGetTokenT< GenEventInfoProduct > | tok_generator_ |
edm::EDGetTokenT< bool > | tok_badChCandFilter_ |
edm::EDGetTokenT< bool > | tok_badPFMuonFilter_ |
edm::EDGetTokenT< GenLumiInfoHeader > | tok_genlumiheader_ |
Definition at line 62 of file bmaker_full.hh.
|
explicit |
Definition at line 2123 of file bmaker_full.cc.
References baby, xsec::crossSection(), doSystematics, eventTool, isFastSim, jec_label, jetTool, lepTool, mcTool, outfile, outname, photonTool, startTime, baby_base::tree_, trig_name, and weightTool.
bmaker_full::~bmaker_full | ( | ) |
Definition at line 2379 of file bmaker_full.cc.
References baby, baby_full::BabyType(), get_puweights::cmssw, condor_subtime, execute(), send_change_filter::ifile, inputfiles, jec_label, jetTool, jsonfile, utilities::kSysJECDn, utilities::kSysJECUp, utilities::kSysJER, utilities::kSysLast, lepTool, mcTool, nevents, nevents_sample, outfile, outname, photonTool, roundNumber(), startTime, baby_base::tree_, trig_name, weightTool, and baby_base::Write().
|
overrideprivatevirtual |
MET
isolated tracks need to be after MET calculation and before jets cleaning
Jets
Definition at line 41 of file bmaker_full.cc.
References bmaker_full_cfg::addBTagWeights, bmaker_full_cfg::doMetRebalancing, bmaker_full_cfg::doSystematics, utilities::getMT(), bmaker_full_cfg::isData, utilities::kSysLast, crab_cfg_template::nevents, send_split_scan::outname, and event_tools::type().
|
overrideprivatevirtual |
Definition at line 2480 of file bmaker_full.cc.
|
overrideprivatevirtual |
Definition at line 2505 of file bmaker_full.cc.
References mc_tools::getMassPoints(), mcTool, mlsp_, mprod_, and outname.
double bmaker_full::calculateRebalancedMET | ( | unsigned int | jetIdx, |
double | mu, | ||
double & | METPhi | ||
) |
Definition at line 1997 of file bmaker_full.cc.
double bmaker_full::calculateRescalingFactor | ( | unsigned int | jetIdx | ) |
Definition at line 1974 of file bmaker_full.cc.
|
overrideprivatevirtual |
Definition at line 2484 of file bmaker_full.cc.
|
static |
Definition at line 2525 of file bmaker_full.cc.
References DEFINE_FWK_MODULE().
void bmaker_full::rebalancedMET | ( | double & | MET, |
double & | METPhi | ||
) |
Definition at line 1959 of file bmaker_full.cc.
void bmaker_full::reportTime | ( | const edm::Event & | iEvent | ) |
Definition at line 2457 of file bmaker_full.cc.
References debug, nevents, roundNumber(), and startTime.
void bmaker_full::setDiLepMass | ( | vCands | leptons, |
baby_float | ll_m, | ||
baby_float | ll_pt1, | ||
baby_float | ll_pt2, | ||
baby_float | ll_pt, | ||
baby_float | ll_eta, | ||
baby_float | ll_phi, | ||
baby_vfloat | l_pt, | ||
baby_vbool | l_inz, | ||
baby_float | ll_w | ||
) |
Definition at line 1226 of file bmaker_full.cc.
References lepton_tools::getScaleFactor().
void bmaker_full::setElMuMass | ( | vCands | leptons1, |
vCands | leptons2, | ||
baby_float | ll_m, | ||
baby_float | ll_pt1, | ||
baby_float | ll_pt2, | ||
baby_float | ll_pt, | ||
baby_float | ll_eta, | ||
baby_float | ll_phi, | ||
baby_float | ll_w | ||
) |
Definition at line 1252 of file bmaker_full.cc.
References lepton_tools::getScaleFactor().
void bmaker_full::writeBBVars | ( | std::vector< reco::Candidate::LorentzVector > & | all_baby_jets, |
vCands & | sig_leps | ||
) |
Definition at line 863 of file bmaker_full.cc.
References jet_met_tools::getBRanking(), and utilities::getMT2().
void bmaker_full::writeBTagWeights | ( | edm::Handle< pat::JetCollection > | alljets, |
std::vector< reco::Candidate::LorentzVector > & | all_baby_jets, | ||
std::vector< unsigned > & | all_baby_jet_idx | ||
) |
Definition at line 603 of file bmaker_full.cc.
References bmaker_full_cfg::doSystematics, and bmaker_full_cfg::isFastSim.
void bmaker_full::writeDiLep | ( | vCands & | sig_mus, |
vCands & | sig_els, | ||
vCands & | veto_mus, | ||
vCands & | veto_els | ||
) |
Definition at line 1206 of file bmaker_full.cc.
References baby_base::elel_eta(), baby_base::elel_m(), baby_base::elel_phi(), baby_base::elel_pt(), baby_base::elel_pt1(), baby_base::elel_pt2(), baby_base::elel_w(), baby_base::elelv_eta(), baby_base::elelv_m(), baby_base::elelv_phi(), baby_base::elelv_pt(), baby_base::elelv_pt1(), baby_base::elelv_pt2(), baby_base::elelv_w(), baby_base::elmu_eta(), baby_base::elmu_m(), baby_base::elmu_phi(), baby_base::elmu_pt(), baby_base::elmu_pt1(), baby_base::elmu_pt2(), baby_base::elmu_w(), baby_base::els_inz(), baby_base::els_inzv(), baby_base::els_pt(), baby_base::mumu_eta(), baby_base::mumu_m(), baby_base::mumu_phi(), baby_base::mumu_pt(), baby_base::mumu_pt1(), baby_base::mumu_pt2(), baby_base::mumu_w(), baby_base::mumuv_eta(), baby_base::mumuv_m(), baby_base::mumuv_phi(), baby_base::mumuv_pt(), baby_base::mumuv_pt1(), baby_base::mumuv_pt2(), baby_base::mumuv_w(), baby_base::mus_inz(), baby_base::mus_inzv(), and baby_base::mus_pt().
vCands bmaker_full::writeElectrons | ( | edm::Handle< pat::ElectronCollection > | electrons, |
edm::Handle< pat::PackedCandidateCollection > | pfcands, | ||
edm::Handle< reco::VertexCollection > | vtx, | ||
vCands & | veto_els, | ||
vCands & | all_els, | ||
double | rhoEventCentral | ||
) |
Definition at line 1086 of file bmaker_full.cc.
void bmaker_full::writeFatJets | ( | ) |
Definition at line 889 of file bmaker_full.cc.
void bmaker_full::writeFilters | ( | const edm::TriggerNames & | fnames, |
edm::Handle< edm::TriggerResults > | filterBits, | ||
edm::Handle< reco::VertexCollection > | vtx, | ||
std::vector< double > | jetsMuonEnergyFrac | ||
) |
Definition at line 1455 of file bmaker_full.cc.
References bmaker_full_cfg::doSystematics, utilities::dPhi(), bmaker_full_cfg::isData, bmaker_full_cfg::isFastSim, and utilities::kSysLast.
void bmaker_full::writeGenInfo | ( | edm::Handle< LHEEventProduct > | lhe_info | ) |
Definition at line 1540 of file bmaker_full.cc.
References send_split_scan::outname.
void bmaker_full::writeHiggVars | ( | std::vector< LVector > & | baby_jets_p4, |
std::vector< float > & | baby_jets_csv, | ||
std::vector< bool > & | baby_jets_h1, | ||
std::vector< bool > & | baby_jets_h2, | ||
std::vector< bool > & | baby_jets_islep, | ||
int & | baby_nbl, | ||
int & | baby_nbm, | ||
int & | baby_nbt, | ||
float & | baby_hig_am, | ||
float & | baby_hig_dm, | ||
float & | baby_hig_drmax, | ||
int & | baby_hig_bin, | ||
float & | baby_mct, | ||
bool | isSystemtatic = false |
||
) |
Definition at line 757 of file bmaker_full.cc.
References sub_cond::col, and resubmit::ind.
void bmaker_full::writeHLTObjects | ( | const edm::TriggerNames & | names, |
edm::Handle< pat::TriggerObjectStandAloneCollection > | triggerObjects, | ||
vCands & | all_mus, | ||
vCands & | all_els, | ||
vCands & | photons, | ||
const edm::Event & | iEvent | ||
) |
Definition at line 1343 of file bmaker_full.cc.
References resubmit::ind.
void bmaker_full::writeIFSR | ( | edm::Handle< reco::GenParticleCollection > | genParticles, |
std::vector< reco::Candidate::LorentzVector > & | jets | ||
) |
Definition at line 1594 of file bmaker_full.cc.
References dR().
vector< LVector > bmaker_full::writeJets | ( | edm::Handle< pat::JetCollection > | alljets, |
std::vector< unsigned > & | all_baby_jets_idx, | ||
edm::Handle< edm::View< reco::GenJet > > | genjets, | ||
vCands & | sig_leps, | ||
vCands & | veto_leps, | ||
vCands & | photons, | ||
vCands & | tks, | ||
std::vector< std::vector< LVector > > & | sysjets, | ||
std::vector< double > & | jetsMuonEnergyFrac | ||
) |
Definition at line 402 of file bmaker_full.cc.
References bmaker_full_cfg::doSystematics, bmaker_full_cfg::isData, bmaker_full_cfg::isFastSim, utilities::kSysJECDn, utilities::kSysJECUp, utilities::kSysJER, and utilities::kSysLast.
void bmaker_full::writeLeptons | ( | vCands & | leptons | ) |
Definition at line 1159 of file bmaker_full.cc.
References utilities::greaterPt(), and resubmit::ind.
void bmaker_full::writeMC | ( | edm::Handle< reco::GenParticleCollection > | genParticles, |
vCands & | all_mus, | ||
vCands & | all_els, | ||
vCands & | photons | ||
) |
Definition at line 1628 of file bmaker_full.cc.
References dR(), utilities::getMT(), resubmit::ind, and send_split_scan::outname.
void bmaker_full::writeMET | ( | edm::Handle< pat::METCollection > | mets, |
edm::Handle< pat::METCollection > | mets_nohf, | ||
edm::Handle< pat::METCollection > | mets_puppi | ||
) |
Definition at line 369 of file bmaker_full.cc.
References bmaker_full_cfg::isData, and utilities::kSysLast.
vCands bmaker_full::writeMuons | ( | edm::Handle< pat::MuonCollection > | muons, |
edm::Handle< pat::PackedCandidateCollection > | pfcands, | ||
edm::Handle< reco::VertexCollection > | vtx, | ||
vCands & | veto_mus, | ||
vCands & | all_mus, | ||
double | rhoEventCentral | ||
) |
Definition at line 982 of file bmaker_full.cc.
References bmaker_full_cfg::isData, and send_split_scan::outname.
vCands bmaker_full::writePhotons | ( | edm::Handle< pat::PhotonCollection > | allphotons, |
edm::Handle< std::vector< pat::Electron > > & | electrons, | ||
edm::Handle< reco::ConversionCollection > & | conversions, | ||
edm::Handle< reco::BeamSpot > & | beamspot, | ||
double | rho | ||
) |
Definition at line 1275 of file bmaker_full.cc.
References resubmit::ind.
void bmaker_full::writeTks | ( | edm::Handle< pat::PackedCandidateCollection > | pfcands, |
edm::Handle< reco::VertexCollection > | vtx, | ||
double | rhoEventCentral | ||
) |
Definition at line 1171 of file bmaker_full.cc.
References utilities::getMT(), and utilities::getMT2().
bool bmaker_full::writeTriggers | ( | const edm::TriggerNames & | names, |
edm::Handle< edm::TriggerResults > | triggerBits, | ||
edm::Handle< pat::PackedTriggerPrescales > | triggerPrescales | ||
) |
Definition at line 1300 of file bmaker_full.cc.
References Contains().
void bmaker_full::writeVertices | ( | edm::Handle< reco::VertexCollection > | vtx, |
edm::Handle< std::vector< PileupSummaryInfo > > | pu_info | ||
) |
Definition at line 1526 of file bmaker_full.cc.
void bmaker_full::writeWeights | ( | const vCands & | sig_leps, |
edm::Handle< GenEventInfoProduct > & | gen_event_info, | ||
edm::Handle< LHEEventProduct > & | lhe_info | ||
) |
Definition at line 2011 of file bmaker_full.cc.
References xsec::fractionNegWeights(), bmaker_full_cfg::isData, bmaker_full_cfg::isFastSim, weight_tools::muFdown, weight_tools::muFup, weight_tools::muRdown, weight_tools::muRdown_muFdown, weight_tools::muRup, weight_tools::muRup_muFup, and send_split_scan::outname.
bool bmaker_full::addBTagWeights |
Definition at line 171 of file bmaker_full.hh.
baby_full bmaker_full::baby |
Definition at line 68 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
std::string bmaker_full::btag_label_BC |
Definition at line 161 of file bmaker_full.hh.
std::string bmaker_full::btag_label_UDSG |
Definition at line 162 of file bmaker_full.hh.
TString bmaker_full::condor_subtime |
Definition at line 159 of file bmaker_full.hh.
Referenced by ~bmaker_full().
bool bmaker_full::debug |
Definition at line 174 of file bmaker_full.hh.
Referenced by reportTime().
bool bmaker_full::doMetRebalancing |
Definition at line 168 of file bmaker_full.hh.
bool bmaker_full::doSystematics |
Definition at line 173 of file bmaker_full.hh.
Referenced by bmaker_full().
event_tools* bmaker_full::eventTool |
Definition at line 76 of file bmaker_full.hh.
Referenced by bmaker_full().
std::vector<std::string> bmaker_full::inputfiles |
Definition at line 157 of file bmaker_full.hh.
Referenced by ~bmaker_full().
bool bmaker_full::isData |
Definition at line 69 of file bmaker_full.hh.
bool bmaker_full::isFastSim |
Definition at line 172 of file bmaker_full.hh.
Referenced by bmaker_full().
TString bmaker_full::jec_label |
Definition at line 160 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
edm::InputTag bmaker_full::jets_label |
Definition at line 165 of file bmaker_full.hh.
jet_met_tools* bmaker_full::jetTool |
Definition at line 74 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
TString bmaker_full::jsonfile |
Definition at line 158 of file bmaker_full.hh.
Referenced by ~bmaker_full().
lepton_tools* bmaker_full::lepTool |
Definition at line 73 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
mc_tools* bmaker_full::mcTool |
Definition at line 77 of file bmaker_full.hh.
Referenced by beginLuminosityBlock(), bmaker_full(), and ~bmaker_full().
edm::InputTag bmaker_full::met_label |
Definition at line 163 of file bmaker_full.hh.
edm::InputTag bmaker_full::met_nohf_label |
Definition at line 164 of file bmaker_full.hh.
|
private |
Definition at line 180 of file bmaker_full.hh.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 179 of file bmaker_full.hh.
Referenced by beginLuminosityBlock().
unsigned int bmaker_full::nevents |
Definition at line 167 of file bmaker_full.hh.
Referenced by reportTime(), and ~bmaker_full().
unsigned int bmaker_full::nevents_sample |
Definition at line 166 of file bmaker_full.hh.
Referenced by ~bmaker_full().
TFile* bmaker_full::outfile |
Definition at line 67 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
TString bmaker_full::outname |
Definition at line 156 of file bmaker_full.hh.
Referenced by beginLuminosityBlock(), bmaker_full(), and ~bmaker_full().
photon_tools* bmaker_full::photonTool |
Definition at line 75 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
time_t bmaker_full::startTime |
Definition at line 70 of file bmaker_full.hh.
Referenced by bmaker_full(), reportTime(), and ~bmaker_full().
|
private |
Definition at line 186 of file bmaker_full.hh.
|
private |
Definition at line 210 of file bmaker_full.hh.
|
private |
Definition at line 211 of file bmaker_full.hh.
|
private |
Definition at line 191 of file bmaker_full.hh.
|
private |
Definition at line 207 of file bmaker_full.hh.
|
private |
Definition at line 209 of file bmaker_full.hh.
|
private |
Definition at line 197 of file bmaker_full.hh.
|
private |
Definition at line 212 of file bmaker_full.hh.
|
private |
Definition at line 202 of file bmaker_full.hh.
|
private |
Definition at line 201 of file bmaker_full.hh.
|
private |
Definition at line 196 of file bmaker_full.hh.
|
private |
Definition at line 198 of file bmaker_full.hh.
|
private |
Definition at line 199 of file bmaker_full.hh.
|
private |
Definition at line 200 of file bmaker_full.hh.
|
private |
Definition at line 190 of file bmaker_full.hh.
|
private |
Definition at line 193 of file bmaker_full.hh.
|
private |
Definition at line 188 of file bmaker_full.hh.
|
private |
Definition at line 184 of file bmaker_full.hh.
|
private |
Definition at line 194 of file bmaker_full.hh.
|
private |
Definition at line 185 of file bmaker_full.hh.
|
private |
Definition at line 206 of file bmaker_full.hh.
|
private |
Definition at line 195 of file bmaker_full.hh.
|
private |
Definition at line 192 of file bmaker_full.hh.
|
private |
Definition at line 189 of file bmaker_full.hh.
|
private |
Definition at line 205 of file bmaker_full.hh.
|
private |
Definition at line 187 of file bmaker_full.hh.
|
private |
Definition at line 208 of file bmaker_full.hh.
|
private |
Definition at line 183 of file bmaker_full.hh.
|
private |
Definition at line 204 of file bmaker_full.hh.
|
private |
Definition at line 203 of file bmaker_full.hh.
std::vector<TString> bmaker_full::trig_name |
Definition at line 153 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
weight_tools* bmaker_full::weightTool |
Definition at line 78 of file bmaker_full.hh.
Referenced by bmaker_full(), and ~bmaker_full().
float bmaker_full::xsec |
Definition at line 169 of file bmaker_full.hh.