![]() |
![]() |
#include <IsoTrig/IsoTrig/src/IsoTrig.cc>
Public Member Functions | |
IsoTrig (const edm::ParameterSet &) | |
~IsoTrig () | |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
void | chgIsolation (double &etaTriggered, double &phiTriggered, edm::Handle< reco::TrackCollection > &trkCollection, const edm::Event &theEvent) |
void | clearChgIsolnTreeVectors () |
void | clearMipCutTreeVectors () |
double | dEta (math::XYZTLorentzVector &, math::XYZTLorentzVector &) |
double | dinvPt (math::XYZTLorentzVector &, math::XYZTLorentzVector &) |
double | dP (math::XYZTLorentzVector &, math::XYZTLorentzVector &) |
double | dPhi (math::XYZTLorentzVector &, math::XYZTLorentzVector &) |
double | dPt (math::XYZTLorentzVector &, math::XYZTLorentzVector &) |
double | dR (math::XYZTLorentzVector &, math::XYZTLorentzVector &) |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
std::pair< double, double > | etaPhiTrigger () |
void | fillCuts (int, double, double, double, math::XYZTLorentzVector &, int, bool) |
void | fillDifferences (int, math::XYZTLorentzVector &, math::XYZTLorentzVector &, bool) |
void | fillEnergy (int, int, double, double, math::XYZTLorentzVector &) |
void | fillHist (int, math::XYZTLorentzVector &) |
double | getDistInCM (double eta1, double phi1, double eta2, double phi2) |
std::pair< double, double > | GetEtaPhiAtEcal (double etaIP, double phiIP, double pT, int charge, double vtxZ) |
void | getGoodTracks (const edm::Event &, edm::Handle< reco::TrackCollection > &) |
void | pushChgIsolnTreeVecs (math::XYZTLorentzVector &Pixcand, math::XYZTLorentzVector &Trkcand, std::vector< double > &PixMaxP, double &TrkMaxP, bool &selTk) |
void | pushMipCutTreeVecs (math::XYZTLorentzVector &NFcand, math::XYZTLorentzVector &Trkcand, double &EmipNFcand, double &EmipTrkcand, double &mindR, double &mindP1, std::vector< bool > &Flags, double hCone) |
void | studyIsolation (edm::Handle< reco::TrackCollection > &, std::vector< reco::TrackCollection::const_iterator > &) |
void | studyMipCut (edm::Handle< reco::TrackCollection > &trkCollection, edm::Handle< reco::IsolatedPixelTrackCandidateCollection > &L2cands) |
void | studyTiming (const edm::Event &theEvent) |
void | studyTrigger (edm::Handle< reco::TrackCollection > &, std::vector< reco::TrackCollection::const_iterator > &) |
void | StudyTrkEbyP (edm::Handle< reco::TrackCollection > &trkCollection) |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
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 ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: [one line class summary]
Implementation: [Notes on implementation]
|
explicit |
Definition at line 29 of file IsoTrig.cc.
IsoTrig::~IsoTrig | ( | ) |
Definition at line 157 of file IsoTrig.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 213 of file IsoTrig.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 529 of file IsoTrig.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 826 of file IsoTrig.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 817 of file IsoTrig.cc.
|
private |
Definition at line 1420 of file IsoTrig.cc.
|
private |
Definition at line 444 of file IsoTrig.cc.
|
private |
Definition at line 460 of file IsoTrig.cc.
|
private |
Definition at line 1680 of file IsoTrig.cc.
|
private |
Definition at line 1710 of file IsoTrig.cc.
|
private |
Definition at line 1706 of file IsoTrig.cc.
|
private |
Definition at line 1684 of file IsoTrig.cc.
|
private |
Definition at line 1702 of file IsoTrig.cc.
|
private |
Definition at line 1696 of file IsoTrig.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 790 of file IsoTrig.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 828 of file IsoTrig.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 823 of file IsoTrig.cc.
|
private |
Definition at line 1714 of file IsoTrig.cc.
|
private |
Definition at line 1648 of file IsoTrig.cc.
|
static |
Definition at line 205 of file IsoTrig.cc.
|
private |
Definition at line 1629 of file IsoTrig.cc.
|
private |
Definition at line 1666 of file IsoTrig.cc.
|
private |
Definition at line 1622 of file IsoTrig.cc.
|
private |
Definition at line 1789 of file IsoTrig.cc.
|
private |
Definition at line 1730 of file IsoTrig.cc.
|
private |
Definition at line 1531 of file IsoTrig.cc.
|
private |
Definition at line 484 of file IsoTrig.cc.
|
private |
Definition at line 501 of file IsoTrig.cc.
|
private |
Definition at line 1303 of file IsoTrig.cc.
|
private |
Definition at line 1056 of file IsoTrig.cc.
|
private |
Definition at line 945 of file IsoTrig.cc.
|
private |
Definition at line 1171 of file IsoTrig.cc.
|
private |
Definition at line 831 of file IsoTrig.cc.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 135 of file IsoTrig.h.
Referenced by core.TriggerBitFilter.TriggerBitFilter::declareHandles(), and core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::declareHandles().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |