Classes | |
struct | Plots |
Private Types | |
enum | Flavour { ALL_JETS = 0, UDSG_JETS, C_JETS, B_JETS, NONID_JETS, N_JET_TYPES } |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | beamSpotToken_ |
TH1 * | flavours_ |
double | jetEtaCut_ |
double | jetPtCut_ |
edm::EDGetTokenT< pat::JetCollection > | jetsToken_ |
double | maxDeltaR_ |
unsigned int | minPixelHits_ |
double | minPt_ |
unsigned int | minTotalHits_ |
unsigned int | nThTrack_ |
struct PatBJetTrackAnalyzer::Plots | plots_ [N_JET_TYPES] |
edm::EDGetTokenT< reco::VertexCollection > | primaryVerticesToken_ |
edm::EDGetTokenT< reco::TrackCollection > | tracksToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 30 of file PatBJetTrackAnalyzer.cc.
|
private |
Enumerator | |
---|---|
ALL_JETS | |
UDSG_JETS | |
C_JETS | |
B_JETS | |
NONID_JETS | |
N_JET_TYPES |
Definition at line 59 of file PatBJetTrackAnalyzer.cc.
PatBJetTrackAnalyzer::PatBJetTrackAnalyzer | ( | const edm::ParameterSet & | params | ) |
constructor and destructor
Definition at line 72 of file PatBJetTrackAnalyzer.cc.
|
override |
Definition at line 85 of file PatBJetTrackAnalyzer.cc.
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 167 of file PatBJetTrackAnalyzer.cc.
References funct::abs(), ALL_JETS, PatBJetTrackAnalyzer::Plots::allDeltaR, PatBJetTrackAnalyzer::Plots::allIP, PatBJetTrackAnalyzer::Plots::allIPErr, PatBJetTrackAnalyzer::Plots::allIPSig, B_JETS, pwdgSkimBPark_cfi::beamSpot, beamSpotToken_, C_JETS, electronAnalyzer_cfi::DeltaR, PbPb_ZMuSkimMuonDPG_cff::deltaR, Measurement1D::error(), flavours_, createfilelist::int, metsig::jet, jetEtaCut_, jetPtCut_, jetsToken_, maxDeltaR_, minPixelHits_, minPt_, minTotalHits_, PatBJetTrackAnalyzer::Plots::negativeIP, PatBJetTrackAnalyzer::Plots::negativeIPErr, PatBJetTrackAnalyzer::Plots::negativeIPSig, NONID_JETS, nThTrack_, PatBJetTrackAnalyzer::Plots::nTracks, plots_, primaryVerticesToken_, MetAnalyzer::pv(), Validation_hcalonly_cfi::sign, Measurement1D::significance(), significanceHigher(), jetUpdater_cfi::sort, HLT_FULL_cff::track, PatBJetTrackAnalyzer::Plots::trackIP, PatBJetTrackAnalyzer::Plots::trackIPErr, PatBJetTrackAnalyzer::Plots::trackIPSig, tracksToken_, UDSG_JETS, and Measurement1D::value().
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 87 of file PatBJetTrackAnalyzer.cc.
References ALL_JETS, B_JETS, C_JETS, flavours_, mps_fire::i, TFileService::make(), N_JET_TYPES, Skims_PA_cff::name, HLTObjectsMonitor_cfi::plots, plots_, and UDSG_JETS.
|
private |
Definition at line 44 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 61 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 48 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 47 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 42 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 49 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 51 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 53 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 55 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Referenced by analyze(), and beginJob().
|
private |
Definition at line 45 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 43 of file PatBJetTrackAnalyzer.cc.
Referenced by analyze().