54 std::cout <<
"Parameters read from config file \n"
56 <<
"\t myverbose " << myverbose
58 <<
"\t theTrackQuality " << theTrackQuality
68 <<
"\t a_coneR " << a_coneR
122 if (recVtxs->size()>0 && !((*recVtxs)[0].isFake())) {
123 leadPV =
math::XYZPoint( (*recVtxs)[0].
x(),(*recVtxs)[0].
y(), (*recVtxs)[0].
z() );
124 }
else if (beamSpotH.
isValid()) {
125 leadPV = beamSpotH->position();
129 std::cout <<
"Primary Vertex " << leadPV;
130 if (beamSpotH.
isValid())
std::cout <<
" Beam Spot " << beamSpotH->position();
134 std::vector<spr::propagatedTrackDirection> trkCaloDirections;
136 std::vector<spr::propagatedTrackDirection>::const_iterator trkDetItr;
149 edm::SimTrackContainer::const_iterator simTrkItr;
169 unsigned int nTracks=0;
170 for (trkDetItr = trkCaloDirections.begin(),nTracks=0; trkDetItr != trkCaloDirections.end(); trkDetItr++,nTracks++){
171 const reco::Track* pTrack = &(*(trkDetItr->trkItr));
173 int nRH_eMipDR=0, nRH_eDR=0, nNearTRKs=0, nRecHitsCone=-99;
174 double distFromHotCell=-99.0, distFromHotCell2=-99.0;
175 int ietaHotCell=-99, iphiHotCell=-99;
176 int ietaHotCell2=-99, iphiHotCell2=-99;
177 GlobalPoint gposHotCell(0.,0.,0.), gposHotCell2(0.,0.,0.);
178 std::vector<DetId> coneRecHitDetIds, coneRecHitDetIds2;
179 std::pair<double, bool> e11x11_20SigP, e15x15_20SigP;
181 trkDetItr->pointECAL,
182 a_coneR, trkDetItr->directionHCAL,
183 nRecHitsCone, coneRecHitDetIds,
184 distFromHotCell, ietaHotCell, iphiHotCell,
187 trkDetItr->pointECAL,
188 a_coneR, trkDetItr->directionHCAL,
189 nRecHitsCone, coneRecHitDetIds,
190 distFromHotCell, ietaHotCell,
191 iphiHotCell, gposHotCell,
195 trkDetItr->directionHCAL, nRecHitsCone,
196 coneRecHitDetIds2, distFromHotCell2,
197 ietaHotCell2, iphiHotCell2, gposHotCell2,
201 trkDetItr->directionHCAL, nRecHitsCone,
202 coneRecHitDetIds2, distFromHotCell2,
203 ietaHotCell2, iphiHotCell2,
209 endcapRecHitsHandle,trkDetItr->pointHCAL,
210 trkDetItr->pointECAL,
a_mipR,
211 trkDetItr->directionECAL, nRH_eMipDR);
213 endcapRecHitsHandle,trkDetItr->pointHCAL,
215 trkDetItr->directionECAL, nRH_eDR);
217 endcapRecHitsHandle,trkDetItr->pointHCAL,
218 trkDetItr->pointECAL,
a_mipR,
219 trkDetItr->directionECAL, nRH_eMipDR,
222 endcapRecHitsHandle,trkDetItr->pointHCAL,
224 trkDetItr->directionECAL, nRH_eDR,
227 endcapRecHitsHandle,trkDetItr->pointHCAL,
228 trkDetItr->pointECAL,
a_mipR,
229 trkDetItr->directionECAL, nRH_eMipDR,
232 endcapRecHitsHandle,trkDetItr->pointHCAL,
234 trkDetItr->directionECAL, nRH_eDR,
242 e11x11_20SigP =
spr::eECALmatrix(trkDetItr->detIdECAL,barrelRecHitsHandle,endcapRecHitsHandle, *theEcalChStatus, geo, caloTopology,sevlv.
product(),5,5, 0.060, 0.300,
tMinE_,
tMaxE_);
243 e15x15_20SigP =
spr::eECALmatrix(trkDetItr->detIdECAL,barrelRecHitsHandle,endcapRecHitsHandle, *theEcalChStatus, geo, caloTopology,sevlv.
product(),7,7, 0.060, 0.300,
tMinE_,
tMaxE_);
267 std::cout <<
"Track p " << pTrack->
p() <<
" pt " << pTrack->
pt()
268 <<
" eta " << pTrack->
momentum().eta() <<
" phi "
269 << pTrack->
momentum().phi() <<
" ieta/iphi ("
270 << closestCell.
ieta() <<
", " << closestCell.
iphi()
271 <<
") Energy in cone " << hCone <<
" Charge Isolation "
272 << conehmaxNearP <<
" eMIP (" << eMipDR <<
", "
273 << eMipDR_1 <<
", " << eMipDR_2 <<
")"
274 <<
" Neutral isolation (ECAL) (" << eECALDR-eMipDR <<
", "
275 << eECALDR_1-eMipDR_1 <<
", " << eECALDR_2-eMipDR_2 <<
")"
276 <<
" (ECAL NxN) " << e15x15_20SigP.first-e11x11_20SigP.first
277 <<
" (HCAL) " << eHCALDR-hCone << std::endl;
283 std::map<std::string, double> hsimInfo;
284 std::vector<int> multiplicity;
287 trkDetItr->directionHCAL, nSimHits);
288 hsimInfo = spr::eHCALSimInfoCone(iEvent, pcalohh, SimTk, SimVtx,
289 pTrack, *associate, geo,
290 trkDetItr->pointHCAL,
292 trkDetItr->directionHCAL,
310 t_hsim ->push_back(hsim );
314 std::cout <<
"Matched (E) " << hsimInfo[
"eMatched"] <<
" (N) "
315 << multiplicity.at(0) <<
" Rest (E) " << hsimInfo[
"eRest"]
316 <<
" (N) " << multiplicity.at(1) <<
" Gamma (E) "
317 << hsimInfo[
"eGamma"] <<
" (N) " << multiplicity.at(2)
318 <<
" Neutral Had (E) " << hsimInfo[
"eNeutralHad"]
319 <<
" (N) " << multiplicity.at(3) <<
" Charged Had (E) "
320 << hsimInfo[
"eChargedHad"] <<
" (N) " << multiplicity.at(4)
321 <<
" Total (E) " << hsimInfo[
"eTotal"] <<
" (N) "
322 << multiplicity.at(5) <<
" PDG " << hsimInfo[
"pdgMatched"]
323 <<
" Total E " << hsim <<
" NHit " << nSimHits <<std::endl;
330 if (associate)
delete associate;
341 tree->SetAutoSave(10000);
347 t_trackP =
new std::vector<double>();
353 t_hCone =
new std::vector<double>();
355 t_eMipDR =
new std::vector<double>();
368 tree->Branch(
"t_trackPt",
"vector<double>", &t_trackPt );
369 tree->Branch(
"t_trackEta",
"vector<double>", &t_trackEta );
370 tree->Branch(
"t_trackPhi",
"vector<double>", &t_trackPhi );
371 tree->Branch(
"t_trackHcalEta",
"vector<double>", &t_trackHcalEta );
372 tree->Branch(
"t_trackHcalPhi",
"vector<double>", &t_trackHcalPhi );
373 tree->Branch(
"t_hCone",
"vector<double>", &t_hCone );
374 tree->Branch(
"t_conehmaxNearP",
"vector<double>", &t_conehmaxNearP );
375 tree->Branch(
"t_eMipDR",
"vector<double>", &t_eMipDR );
376 tree->Branch(
"t_eECALDR",
"vector<double>", &t_eECALDR );
377 tree->Branch(
"t_eHCALDR",
"vector<double>", &t_eHCALDR );
378 tree->Branch(
"t_e11x11_20Sig",
"vector<double>", &t_e11x11_20Sig );
379 tree->Branch(
"t_e15x15_20Sig",
"vector<double>", &t_e15x15_20Sig );
380 tree->Branch(
"t_eMipDR_1",
"vector<double>", &t_eMipDR_1 );
381 tree->Branch(
"t_eECALDR_1",
"vector<double>", &t_eECALDR_1 );
382 tree->Branch(
"t_eMipDR_2",
"vector<double>", &t_eMipDR_2 );
383 tree->Branch(
"t_eECALDR_2",
"vector<double>", &t_eECALDR_2 );
384 tree->Branch(
"t_hConeHB",
"vector<double>", &t_hConeHB );
385 tree->Branch(
"t_eHCALDRHB",
"vector<double>", &t_eHCALDRHB );
401 t_hsim =
new std::vector<double>();
405 tree->Branch(
"t_hsimInfoRest",
"vector<double>", &t_hsimInfoRest );
406 tree->Branch(
"t_hsimInfoPhoton",
"vector<double>", &t_hsimInfoPhoton );
407 tree->Branch(
"t_hsimInfoNeutHad",
"vector<double>", &t_hsimInfoNeutHad );
408 tree->Branch(
"t_hsimInfoCharHad",
"vector<double>", &t_hsimInfoCharHad );
409 tree->Branch(
"t_hsimInfoPdgMatched",
"vector<double>", &t_hsimInfoPdgMatched );
410 tree->Branch(
"t_hsimInfoTotal",
"vector<double>", &t_hsimInfoTotal );
411 tree->Branch(
"t_hsimInfoNMatched",
"vector<int>", &t_hsimInfoNMatched );
412 tree->Branch(
"t_hsimInfoNTotal",
"vector<int>", &t_hsimInfoNTotal );
413 tree->Branch(
"t_hsimInfoNNeutHad",
"vector<int>", &t_hsimInfoNNeutHad );
414 tree->Branch(
"t_hsimInfoNCharHad",
"vector<int>", &t_hsimInfoNCharHad );
415 tree->Branch(
"t_hsimInfoNPhoton",
"vector<int>", &t_hsimInfoNPhoton );
416 tree->Branch(
"t_hsimInfoNRest",
"vector<int>", &t_hsimInfoNRest );
417 tree->Branch(
"t_hsim",
"vector<double>", &t_hsim );
418 tree->Branch(
"t_nSimHits",
"vector<int>", &t_nSimHits );
double p() const
momentum vector magnitude
std::vector< double > * t_hsimInfoMatched
edm::Service< TFileService > fs
EventNumber_t event() const
T getUntrackedParameter(std::string const &, T const &) const
std::vector< double > * t_eHCALDR
std::vector< int > * t_hsimInfoNRest
std::string theTrackQuality
std::vector< double > * t_hCone
std::vector< spr::propagatedTrackID > propagateCALO(edm::Handle< reco::TrackCollection > &trkCollection, const CaloGeometry *geo, const MagneticField *bField, std::string &theTrackQuality, bool debug=false)
IsolatedTracksHcalScale(const edm::ParameterSet &)
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
std::vector< int > * t_hsimInfoNTotal
std::vector< int > * t_hsimInfoNCharHad
edm::EDGetTokenT< edm::PCaloHitContainer > tok_caloEE_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
std::vector< int > * t_hsimInfoNMatched
TrackQuality
track quality
#define DEFINE_FWK_MODULE(type)
edm::EDGetTokenT< EcalRecHitCollection > tok_EE_
std::vector< double > * t_hsim
int bunchCrossing() const
std::vector< double > * t_hsimInfoNeutHad
edm::LuminosityBlockNumber_t luminosityBlock() const
T * make(const Args &...args) const
make new ROOT object
std::vector< double > * t_eMipDR_2
std::vector< int > * t_hsimInfoNPhoton
double chargeIsolationCone(unsigned int trkIndex, std::vector< spr::propagatedTrackDirection > &trkDirs, double dR, int &nNearTRKs, bool debug=false)
const Vector & momentum() const
track momentum vector
~IsolatedTracksHcalScale()
edm::EDGetTokenT< EcalRecHitCollection > tok_EB_
std::vector< double > * t_e11x11_20Sig
std::vector< int > * t_hsimInfoNNeutHad
bool goodTrack(const reco::Track *pTrack, math::XYZPoint leadPV, trackSelectionParameters parameters, bool debug=false)
edm::EDGetTokenT< edm::PCaloHitContainer > tok_caloEB_
double pt() const
track transverse momentum
void analyze(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::VertexCollection > tok_recVtx_
std::vector< double > * t_trackEta
int ieta() const
get the cell ieta
std::vector< double > * t_eECALDR_2
edm::EDGetTokenT< edm::SimTrackContainer > tok_simTk_
std::vector< double > * t_eECALDR
spr::trackSelectionParameters selectionParameters
double eCone_ecal(const CaloGeometry *geo, edm::Handle< T > &barrelhits, edm::Handle< T > &endcaphits, const GlobalPoint &hpoint1, const GlobalPoint &point1, double dR, const GlobalVector &trackMom, int &nRecHits, double ebThr=-100, double eeThr=-100, double tMin=-500, double tMax=500, bool debug=false)
std::vector< double > * t_eMipDR_1
int iphi() const
get the cell iphi
std::vector< double > * t_trackPt
static TrackQuality qualityByName(const std::string &name)
const MagneticField * bField
T const * product() const
std::vector< double > * t_trackHcalEta
std::vector< double > * t_trackP
double eCone_hcal(const CaloGeometry *geo, edm::Handle< T > &hits, const GlobalPoint &hpoint1, const GlobalPoint &point1, double dR, const GlobalVector &trackMom, int &nRecHits, double hbThr=-100, double heThr=-100, double hfThr=-100, double hoThr=-100, double tMin=-500, double tMax=500, int detOnly=-1, bool debug=false)
std::vector< double > * t_eECALDR_1
XYZPointD XYZPoint
point in space with cartesian internal representation
std::vector< double > * t_trackHcalPhi
T const * product() const
std::vector< double > * t_hsimInfoPhoton
std::vector< double > * t_hsimInfoTotal
edm::EDGetTokenT< edm::PCaloHitContainer > tok_caloHH_
std::vector< double > * t_hsimInfoCharHad
reco::TrackBase::TrackQuality minQuality
edm::EDGetTokenT< reco::TrackCollection > tok_genTrack_
std::vector< double > * t_trackPhi
std::vector< double > * t_eHCALDRHB
std::vector< double > * t_hsimInfoPdgMatched
edm::EDGetTokenT< reco::BeamSpot > tok_bs_
edm::EDGetTokenT< edm::SimVertexContainer > tok_simVtx_
std::vector< int > * t_nSimHits
std::vector< double > * t_hConeHB
std::vector< double > * t_hsimInfoRest
std::vector< double > * t_conehmaxNearP
std::vector< double > * t_e15x15_20Sig
std::vector< double > * t_eMipDR
double eECALmatrix(const DetId &detId, edm::Handle< T > &hitsEB, edm::Handle< T > &hitsEE, const CaloGeometry *geo, const CaloTopology *caloTopology, int ieta, int iphi, double ebThr=-100, double eeThr=-100, double tMin=-500, double tMax=500, bool debug=false)