![]() |
![]() |
#include <CaloExtractorByAssociator.h>
Public Member Functions | |
CaloExtractorByAssociator () | |
constructors More... | |
CaloExtractorByAssociator (const edm::ParameterSet &par, edm::ConsumesCollector &&iC) | |
virtual reco::IsoDeposit | deposit (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Track &track) const |
no-op: by design of this extractor the deposits are pulled out all at a time More... | |
virtual std::vector < reco::IsoDeposit > | deposits (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Track &track) const |
return deposits for 3 calorimeter subdetectors (ecal, hcal, ho) – in this order More... | |
virtual void | fillVetos (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::TrackCollection &tracks) |
allows to set extra vetoes (in addition to the muon) – no-op at this point More... | |
virtual | ~CaloExtractorByAssociator () |
destructor More... | |
![]() | |
virtual reco::IsoDeposit | deposit (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::TrackBaseRef &track) const |
make single IsoDeposit based on trackRef as input More... | |
virtual reco::IsoDeposit | deposit (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Candidate &track) const |
virtual reco::IsoDeposit | deposit (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::CandidateBaseRef &track) const |
make single IsoDeposit based on a CandidateBaseRef as input More... | |
virtual std::vector < reco::IsoDeposit > | deposits (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::TrackBaseRef &track) const |
virtual std::vector < reco::IsoDeposit > | deposits (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Candidate &track) const |
virtual std::vector < reco::IsoDeposit > | deposits (const edm::Event &ev, const edm::EventSetup &evSetup, const reco::CandidateBaseRef &track) const |
virtual void | initEvent (const edm::Event &, const edm::EventSetup &) |
perform some constly initialization More... | |
virtual | ~IsoDepositExtractor () |
Destructor. More... | |
Private Member Functions | |
double | noiseEcal (const CaloTower &tower) const |
Determine noise for HCAL and ECAL (take some defaults for the time being) More... | |
double | noiseHcal (const CaloTower &tower) const |
double | noiseHOcal (const CaloTower &tower) const |
double | noiseRecHit (const DetId &detId) const |
Private Attributes | |
TrackDetectorAssociator * | theAssociator |
TrackAssociatorParameters * | theAssociatorParameters |
associator, its' parameters and the propagator More... | |
bool | theCenterConeOnCalIntersection |
std::vector< std::string > | theDepositInstanceLabels |
multiple deposits: labels – expect 3 labels beginning with "e", "h", "ho" More... | |
std::string | theDepositLabel |
Label of deposit – suggest to set to "" (all info is in collection name anyways) More... | |
double | theDR_Max |
max cone size in which towers are considered More... | |
double | theDR_Veto_E |
cone sizes inside which the Et (towers) are not counted More... | |
double | theDR_Veto_H |
double | theDR_Veto_HO |
double | theNoise_EB |
double | theNoise_EE |
double | theNoise_HB |
double | theNoise_HE |
double | theNoise_HO |
double | theNoiseTow_EB |
double | theNoiseTow_EE |
bool | thePrintTimeReport |
flag to turn on/off printing of a time report More... | |
std::string | thePropagatorName |
propagator name to feed into the track associator More... | |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
double | theThreshold_E |
double | theThreshold_H |
double | theThreshold_HO |
bool | theUseRecHitsFlag |
use towers or rec hits More... | |
std::vector< DetId > | theVetoCollection |
Vector of calo Ids to veto – not used. More... | |
Definition at line 34 of file CaloExtractorByAssociator.h.
|
inline |
CaloExtractorByAssociator::CaloExtractorByAssociator | ( | const edm::ParameterSet & | par, |
edm::ConsumesCollector && | iC | ||
) |
Definition at line 34 of file CaloExtractorByAssociator.cc.
|
virtual |
destructor
Definition at line 67 of file CaloExtractorByAssociator.cc.
|
virtual |
no-op: by design of this extractor the deposits are pulled out all at a time
Implements reco::isodeposit::IsoDepositExtractor.
Definition at line 81 of file CaloExtractorByAssociator.cc.
|
virtual |
return deposits for 3 calorimeter subdetectors (ecal, hcal, ho) – in this order
Make separate deposits: for ECAL, HCAL, HO.
check configuration consistency could've been made at construction stage (fix later?)
this should be (eventually) set to the eta-phi of the crossing point of a straight line tangent to a muon at IP and the calorimeter
each deposit type veto is at the point of intersect with that detector
do things based on rec-hits here too much copy-pasting now (refactor later?)
first check if the hit is inside the veto cone by dR-alone
and now pitch those in the crossed list
first check if the hit is inside the veto cone by dR-alone
and now pitch those in the crossed list
first check if the hit is inside the veto cone by dR-alone
and now pitch those in the crossed list
use calo towers
first check if the tower is inside the veto cone by dR-alone
first check if the tower is inside the veto cone by dR-alone
first check if the tower is inside the veto cone by dR-alone
and now pitch those in the crossed list
add the Et of the tower to deposits if it's not a vetoed; put into muonEnergy otherwise
Reimplemented from reco::isodeposit::IsoDepositExtractor.
Definition at line 96 of file CaloExtractorByAssociator.cc.
|
virtual |
allows to set extra vetoes (in addition to the muon) – no-op at this point
Implements reco::isodeposit::IsoDepositExtractor.
Definition at line 73 of file CaloExtractorByAssociator.cc.
|
private |
Determine noise for HCAL and ECAL (take some defaults for the time being)
Definition at line 356 of file CaloExtractorByAssociator.cc.
|
private |
Definition at line 363 of file CaloExtractorByAssociator.cc.
|
private |
Definition at line 368 of file CaloExtractorByAssociator.cc.
|
private |
Definition at line 374 of file CaloExtractorByAssociator.cc.
|
private |
Definition at line 103 of file CaloExtractorByAssociator.h.
|
private |
associator, its' parameters and the propagator
Definition at line 102 of file CaloExtractorByAssociator.h.
|
private |
centers the cone on the veto direction – makes more sense for very displaced tracks like in cosmics
Definition at line 80 of file CaloExtractorByAssociator.h.
|
private |
multiple deposits: labels – expect 3 labels beginning with "e", "h", "ho"
Definition at line 63 of file CaloExtractorByAssociator.h.
|
private |
Label of deposit – suggest to set to "" (all info is in collection name anyways)
Definition at line 60 of file CaloExtractorByAssociator.h.
|
private |
max cone size in which towers are considered
Definition at line 82 of file CaloExtractorByAssociator.h.
|
private |
cone sizes inside which the Et (towers) are not counted
Definition at line 75 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 76 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 77 of file CaloExtractorByAssociator.h.
|
private |
the noise "sigmas" for a hit or tower to be considered consider if Energy > 3.*sigma
Definition at line 86 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 87 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 88 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 89 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 90 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 91 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 92 of file CaloExtractorByAssociator.h.
|
private |
flag to turn on/off printing of a time report
Definition at line 106 of file CaloExtractorByAssociator.h.
|
private |
propagator name to feed into the track associator
Definition at line 66 of file CaloExtractorByAssociator.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 98 of file CaloExtractorByAssociator.h.
|
private |
Cone cuts and thresholds min values of Et to be included in deposits
Definition at line 70 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 71 of file CaloExtractorByAssociator.h.
|
private |
Definition at line 72 of file CaloExtractorByAssociator.h.
|
private |
use towers or rec hits
Definition at line 57 of file CaloExtractorByAssociator.h.
|
private |
Vector of calo Ids to veto – not used.
Definition at line 95 of file CaloExtractorByAssociator.h.