78 std::cout <<
"Parameters read from config file \n"
79 <<
"myverbose_ " << myverbose_ <<
"\n"
80 <<
"useJetTrigger_ " << useJetTrigger_ <<
"\n"
81 <<
"drLeadJetVeto_ " << drLeadJetVeto_ <<
"\n"
82 <<
"minTrackP_ " << minTrackP_ <<
"\n"
96 unsigned int irun = (
unsigned int)iEvent.
id().
run();
98 unsigned int ievt = (
unsigned int)iEvent.
id().
event();
112 l1extra::L1JetParticleCollection::const_iterator itr;
113 for(itr = l1TauHandle->begin(); itr != l1TauHandle->end(); ++itr )
123 for( itr = l1CenJetHandle->begin(); itr != l1CenJetHandle->end(); ++itr )
133 for( itr = l1FwdJetHandle->begin(); itr != l1FwdJetHandle->end(); ++itr )
187 iEvent.
getByLabel(
"ecalRecHit",
"EcalRecHitsEB",barrelRecHitsHandle);
188 iEvent.
getByLabel(
"ecalRecHit",
"EcalRecHitsEE",endcapRecHitsHandle);
195 iEvent.
getByLabel(
"generalTracks", trkCollection);
196 reco::TrackCollection::const_iterator trkItr;
198 std::cout <<
"Track Collection: " << std::endl;
199 std::cout <<
"Number of Tracks " << trkCollection->size() << std::endl;
201 std::string theTrackQuality =
"highPurity";
208 edm::SimTrackContainer::const_iterator simTrkItr;
212 edm::SimVertexContainer::const_iterator vtxItr = SimVtx->begin();
230 edm::InputTag theTriggerResultsLabel (
"TriggerResults",
"",
"HLT");
232 iEvent.
getByLabel( theTriggerResultsLabel, triggerResults);
236 std::vector<int> v_hlTriggers;
239 int hltL1Jet15 (-99);
246 int hltL1SingleEG5 (-99);
247 int hltZeroBias (-99);
248 int hltMinBiasHcal (-99);
249 int hltMinBiasEcal (-99);
250 int hltMinBiasPixel (-99);
251 int hltSingleIsoTau30_Trk5 (-99);
252 int hltDoubleLooseIsoTau15_Trk5(-99);
254 if (triggerResults.
isValid()) {
260 for (
unsigned int i=0;
i<triggerResults->size();
i++){
262 if (triggerNames.
triggerName(
i) ==
"HLT_IsoTrackHE_1E31") hltHE = triggerResults->accept(
i);
263 if (triggerNames.
triggerName(
i) ==
"HLT_IsoTrackHB_1E31") hltHB = triggerResults->accept(
i);
264 if (triggerNames.
triggerName(
i) ==
"HLT_L1Jet15" ) hltL1Jet15 = triggerResults->accept(
i);
265 if (triggerNames.
triggerName(
i) ==
"HLT_Jet30" ) hltJet30 = triggerResults->accept(
i);
266 if (triggerNames.
triggerName(
i) ==
"HLT_Jet50" ) hltJet50 = triggerResults->accept(
i);
267 if (triggerNames.
triggerName(
i) ==
"HLT_Jet80" ) hltJet80 = triggerResults->accept(
i);
268 if (triggerNames.
triggerName(
i) ==
"HLT_Jet110" ) hltJet110 = triggerResults->accept(
i);
269 if (triggerNames.
triggerName(
i) ==
"HLT_Jet140" ) hltJet140 = triggerResults->accept(
i);
270 if (triggerNames.
triggerName(
i) ==
"HLT_Jet180" ) hltJet180 = triggerResults->accept(
i);
271 if (triggerNames.
triggerName(
i) ==
"HLT_L1SingleEG5" ) hltL1SingleEG5 = triggerResults->accept(
i);
272 if (triggerNames.
triggerName(
i) ==
"HLT_ZeroBias" ) hltZeroBias = triggerResults->accept(
i);
273 if (triggerNames.
triggerName(
i) ==
"HLT_MinBiasHcal" ) hltMinBiasHcal = triggerResults->accept(
i);
274 if (triggerNames.
triggerName(
i) ==
"HLT_MinBiasEcal" ) hltMinBiasEcal = triggerResults->accept(
i);
275 if (triggerNames.
triggerName(
i) ==
"HLT_MinBiasPixel" ) hltMinBiasPixel = triggerResults->accept(
i);
276 if (triggerNames.
triggerName(
i) ==
"HLT_SingleIsoTau30_Trk5" ) hltSingleIsoTau30_Trk5 = triggerResults->accept(
i);
277 if (triggerNames.
triggerName(
i) ==
"HLT_DoubleLooseIsoTau15_Trk5" ) hltDoubleLooseIsoTau15_Trk5 = triggerResults->accept(
i);
299 for( trkItr = trkCollection->begin();
300 trkItr != trkCollection->end(); ++trkItr)
311 bool trkQual = pTrack->
quality(trackQuality_);
315 double eta1 = pTrack->
momentum().eta();
316 double phi1 = pTrack->
momentum().phi();
317 double pt1 = pTrack->
pt();
318 double p1 = pTrack->
p();
336 if( !goodEta || !goodPt || !trkQual )
continue;
376 int nOuterHits = hitp.stripTOBLayersWithMeasurement()
377 +hitp.stripTECLayersWithMeasurement() ;
382 edm::SimTrackContainer::const_iterator matchedSimTrk =
384 simP = matchedSimTrk->momentum().P();
401 std::cout <<
"Track doesn't reach Ecal." << std::endl;
415 double drFromLeadJet = 999.0;
419 drFromLeadJet =
sqrt(dphi*dphi + deta*deta);
428 const int a_size = 7;
429 double a_coneR[a_size];
430 double a_charIsoR[a_size];
431 double a_neutIsoR[a_size];
441 for (
int i=0;
i<a_size;
i++){
442 a_charIsoR[
i] = a_coneR[
i]+28.9;
443 a_neutIsoR[
i] = a_charIsoR[
i]*0.726;
452 double trkEcalEne =-999.0;
455 e3x3 =
spr::eECALmatrix(isoCell,barrelRecHitsHandle,endcapRecHitsHandle, geo, caloTopology, 1,1);
456 trkEcalEne =
spr::eCaloSimInfo(iEvent, geo, pcaloeb, pcaloee, SimTk, SimVtx, pTrack, *associate);
459 e3x3 =
spr::eECALmatrix(isoCell,barrelRecHitsHandle,endcapRecHitsHandle, geo, caloTopology, 1,1);
460 trkEcalEne =
spr::eCaloSimInfo(iEvent, geo, pcaloeb, pcaloee, SimTk, SimVtx, pTrack, *associate);
466 const int a_mip_size = 5;
467 double a_mipR[a_mip_size];
474 std::vector<double> v_eDR;
475 for (
int i = 0 ;
i < a_size ;
i++){
484 trackMomAtEcal, nRH_eDR);
485 v_eDR.push_back(eDR);
489 std::vector<double> v_eMipDR;
490 for (
int i = 0 ;
i < a_mip_size ;
i++){
495 a_mipR[
i], trackMomAtEcal, nRH_eMipDR);
497 v_eMipDR.push_back(eMipDR);
506 std::vector<double> v_hmaxNearP_goodTrk;
507 std::vector<double> v_hmaxNearP ;
508 std::vector<int> v_hnNearTRKs ;
509 std::vector<int> v_hnLayers_maxNearP;
510 std::vector<int> v_htrkQual_maxNearP;
512 std::vector<double> v_cone_hmaxNearP_goodTrk;
513 std::vector<double> v_cone_hmaxNearP ;
514 std::vector<int> v_cone_hnNearTRKs ;
515 std::vector<int> v_cone_hnLayers_maxNearP;
516 std::vector<int> v_cone_htrkQual_maxNearP;
518 for (
int i = 0 ;
i < a_size ;
i++){
520 double hmaxNearP = -999.0;
522 int hnLayers_maxNearP = 0;
523 int htrkQual_maxNearP = -1;
524 double hmaxNearP_goodTrk = -999.0;
526 double conehmaxNearP = -999.0;
527 int conehnNearTRKs = 0;
528 int conehnLayers_maxNearP = 0;
529 int conehtrkQual_maxNearP = -1;
530 double conehmaxNearP_goodTrk = -999.0;
533 trkItr, trkCollection,
535 theTrackQuality, conehnNearTRKs,
536 conehnLayers_maxNearP,
537 conehtrkQual_maxNearP,
538 conehmaxNearP_goodTrk,
539 hpoint1, trackMomAtHcal,
542 v_hmaxNearP_goodTrk.push_back(hmaxNearP_goodTrk);
543 v_hmaxNearP .push_back(hmaxNearP );
544 v_hnNearTRKs .push_back(hnNearTRKs );
545 v_hnLayers_maxNearP.push_back(hnLayers_maxNearP);
546 v_htrkQual_maxNearP.push_back(htrkQual_maxNearP);
548 v_cone_hmaxNearP_goodTrk.push_back(conehmaxNearP_goodTrk);
549 v_cone_hmaxNearP .push_back(conehmaxNearP );
550 v_cone_hnNearTRKs .push_back(conehnNearTRKs );
551 v_cone_hnLayers_maxNearP.push_back(conehnLayers_maxNearP);
552 v_cone_htrkQual_maxNearP.push_back(conehtrkQual_maxNearP);
556 double h3x3=-999.0, h5x5=-999.0;
557 double hsim3x3=-999.0, hsim5x5=-999.0, trkHcalEne=-999.0;
558 std::map<std::string, double> hsimInfo3x3, hsimInfo5x5;
559 double distFromHotCell_h3x3 = -99.;
560 int ietaFromHotCell_h3x3 = -99;
561 int iphiFromHotCell_h3x3 = -99;
562 double distFromHotCell_h5x5 = -99.;
563 int ietaFromHotCell_h5x5 = -99;
564 int iphiFromHotCell_h5x5 = -99;
569 int nRH_h3x3(0), nRH_h5x5(0);
584 std::vector<int> v_RH_h3x3_ieta;
585 std::vector<int> v_RH_h3x3_iphi;
586 std::vector<double> v_RH_h3x3_ene;
587 std::vector<int> v_RH_h5x5_ieta;
588 std::vector<int> v_RH_h5x5_iphi;
589 std::vector<double> v_RH_h5x5_ene;
593 nRH_h3x3, v_RH_h3x3_ieta, v_RH_h3x3_iphi, v_RH_h3x3_ene,
598 nRH_h5x5, v_RH_h5x5_ieta, v_RH_h5x5_iphi, v_RH_h5x5_ene,
605 std::vector<int> multiplicity3x3;
606 std::vector<int> multiplicity5x5;
613 hsimInfo3x3 =
spr::eHCALSimInfo(iEvent, theHBHETopology, ClosestCell, pcalohh, SimTk, SimVtx, pTrack, *associate, 1,1, multiplicity3x3);
614 hsimInfo5x5 =
spr::eHCALSimInfo(iEvent, theHBHETopology, ClosestCell, pcalohh, SimTk, SimVtx, pTrack, *associate, 2,2, multiplicity5x5);
617 trkHcalEne =
spr::eCaloSimInfo(iEvent, geo, pcalohh, SimTk, SimVtx, pTrack, *associate);
621 std::vector<double> v_hsimInfoConeMatched;
622 std::vector<double> v_hsimInfoConeRest ;
623 std::vector<double> v_hsimInfoConePhoton ;
624 std::vector<double> v_hsimInfoConeNeutHad;
625 std::vector<double> v_hsimInfoConeCharHad;
626 std::vector<double> v_hsimInfoConePdgMatched;
627 std::vector<double> v_hsimInfoConeTotal ;
629 std::vector<int> v_hsimInfoConeNMatched;
630 std::vector<int> v_hsimInfoConeNTotal ;
631 std::vector<int> v_hsimInfoConeNNeutHad;
632 std::vector<int> v_hsimInfoConeNCharHad;
633 std::vector<int> v_hsimInfoConeNPhoton ;
634 std::vector<int> v_hsimInfoConeNRest ;
636 std::vector<double> v_hsimCone ;
637 std::vector<double> v_hCone ;
639 std::vector<int> v_nRecHitsCone ;
640 std::vector<int> v_nSimHitsCone ;
642 std::vector<double> v_distFromHotCell;
643 std::vector<int> v_ietaFromHotCell;
644 std::vector<int> v_iphiFromHotCell;
648 std::vector<int> v_RH_r26_ieta;
649 std::vector<int> v_RH_r26_iphi;
650 std::vector<double> v_RH_r26_ene;
651 std::vector<int> v_RH_r44_ieta;
652 std::vector<int> v_RH_r44_iphi;
653 std::vector<double> v_RH_r44_ene;
657 for (
int i = 0 ;
i < a_size ;
i++){
660 std::map<std::string, double> hsimInfoCone;
661 double hsimCone = -999.0, hCone = -999.0;
662 double distFromHotCell = -99.0;
663 int ietaFromHotCell = -99;
664 int iphiFromHotCell = -99;
665 int ietaHotCell = -99;
666 int iphiHotCell = -99;
667 int nRecHitsCone = -999;
668 int nSimHitsCone = -999;
670 std::vector<int> multiplicityCone;
671 std::vector<DetId> coneRecHitDetIds;
674 a_coneR[
i], trackMomAtHcal, nSimHitsCone);
678 bool makeHitmaps =
false;
679 if (a_coneR[i] == 26.23 && makeHitmaps)
683 a_coneR[i], trackMomAtHcal,nRecHitsCone,
684 v_RH_r26_ieta, v_RH_r26_iphi, v_RH_r26_ene,
685 coneRecHitDetIds, distFromHotCell,
686 ietaHotCell, iphiHotCell, gposHotCell);
688 else if (a_coneR[i] == 43.72 && makeHitmaps)
692 a_coneR[i], trackMomAtHcal,nRecHitsCone,
693 v_RH_r44_ieta, v_RH_r44_iphi, v_RH_r44_ene,
694 coneRecHitDetIds, distFromHotCell,
695 ietaHotCell, iphiHotCell, gposHotCell);
701 a_coneR[i], trackMomAtHcal, nRecHitsCone,
702 coneRecHitDetIds, distFromHotCell,
703 ietaHotCell, iphiHotCell, gposHotCell);
708 if (ietaHotCell != 99){
709 ietaFromHotCell = ietaHotCell-ClosestCell_HcalDetId.ieta();
710 iphiFromHotCell = iphiHotCell-ClosestCell_HcalDetId.iphi();
715 hsimInfoCone = spr::eHCALSimInfoCone(iEvent,pcalohh, SimTk, SimVtx, pTrack, *associate, geo, hpoint1, point1, a_coneR[i], trackMomAtHcal, multiplicityCone);
727 v_hsimInfoConeMatched .push_back(hsimInfoCone[
"eMatched" ]);
728 v_hsimInfoConeRest .push_back(hsimInfoCone[
"eRest" ]);
729 v_hsimInfoConePhoton .push_back(hsimInfoCone[
"eGamma" ]);
730 v_hsimInfoConeNeutHad .push_back(hsimInfoCone[
"eNeutralHad"]);
731 v_hsimInfoConeCharHad .push_back(hsimInfoCone[
"eChargedHad"]);
732 v_hsimInfoConePdgMatched.push_back(hsimInfoCone[
"pdgMatched" ]);
733 v_hsimInfoConeTotal .push_back(hsimInfoCone[
"eTotal" ]);
735 v_hsimInfoConeNMatched .push_back(multiplicityCone.at(0));
737 v_hsimInfoConeNTotal .push_back(multiplicityCone.at(1));
738 v_hsimInfoConeNNeutHad .push_back(multiplicityCone.at(2));
739 v_hsimInfoConeNCharHad .push_back(multiplicityCone.at(3));
740 v_hsimInfoConeNPhoton .push_back(multiplicityCone.at(4));
741 v_hsimInfoConeNRest .push_back(multiplicityCone.at(5));
743 v_hsimCone .push_back(hsimCone );
744 v_nSimHitsCone .push_back(nSimHitsCone );
746 v_hCone .push_back(hCone );
747 v_nRecHitsCone .push_back(nRecHitsCone );
749 v_distFromHotCell .push_back(distFromHotCell );
750 v_ietaFromHotCell .push_back(ietaFromHotCell );
751 v_iphiFromHotCell .push_back(iphiFromHotCell );
782 t_e3x3 ->push_back(e3x3 );
786 t_h3x3 ->push_back(h3x3 );
787 t_h5x5 ->push_back(h5x5 );
799 t_simP ->push_back(simP );
925 double tempgen_TH[22] = { 0.0, 1.0, 2.0, 3.0, 4.0,
926 5.0, 6.0, 7.0, 8.0, 9.0,
927 10.0, 12.0, 15.0, 20.0, 25.0,
928 30.0, 40.0, 50.0, 60.0, 70.0, 80.0, 100};
932 double tempgen_Eta[5] = {0.0, 0.5, 1.1, 1.7, 2.0};
951 t_trkP =
new std::vector<double>();
952 t_trkPt =
new std::vector<double>();
953 t_trkEta =
new std::vector<double>();
954 t_trkPhi =
new std::vector<double>();
956 t_e3x3 =
new std::vector<double>();
957 t_v_eDR =
new std::vector<std::vector<double> >();
958 t_v_eMipDR =
new std::vector<std::vector<double> >();
960 t_h3x3 =
new std::vector<double>();
961 t_h5x5 =
new std::vector<double>();
967 t_simP =
new std::vector<double>();
1027 t_v_hsimCone =
new std::vector<std::vector<double> >();
1030 t_v_hCone =
new std::vector<std::vector<double> >();
1054 t_hltHE =
new std::vector<int>();
1055 t_hltHB =
new std::vector<int>();
1072 t_irun =
new std::vector<unsigned int>();
1073 t_ievt =
new std::vector<unsigned int>();
1074 t_ilum =
new std::vector<unsigned int>();
1222 std::cout <<
"Number of Events Processed " <<
nEVT << std::endl;
1230 hRawPt =
fs->
make<TH1F>(
"hRawPt ",
"hRawPt ", 100, 0.0, 100.0);
1231 hRawP =
fs->
make<TH1F>(
"hRawP ",
"hRawP ", 100, 0.0, 100.0);
1232 hRawEta =
fs->
make<TH1F>(
"hRawEta",
"hRawEta", 15, 0.0, 3.0);
1233 hRawPhi =
fs->
make<TH1F>(
"hRawPhi",
"hRawPhi", 100, -3.2, 3.2);
1239 ntp->Branch(
"nEVT" , &
nEVT ,
"nEVT/I" );
1243 ntp->Branch(
"nTRK", &
nTRK,
"nTRK/I");
1244 ntp->Branch(
"nRawTRK" , &
nRawTRK ,
"nRawTRK/I" );
1246 ntp->Branch(
"nFailPt" , &
nFailPt ,
"nFailPt/I" );
1247 ntp->Branch(
"nFailEta" , &
nFailEta ,
"nFailEta/I" );
1267 ntp->Branch(
"trkP" ,
"vector<double>", &
t_trkP );
1268 ntp->Branch(
"trkPt" ,
"vector<double>", &
t_trkPt );
1269 ntp->Branch(
"trkEta" ,
"vector<double>", &
t_trkEta );
1270 ntp->Branch(
"trkPhi" ,
"vector<double>", &
t_trkPhi );
1271 ntp->Branch(
"e3x3" ,
"vector<double>", &
t_e3x3 );
1273 ntp->Branch(
"e3x3" ,
"vector<double>" , &
t_e3x3 );
1274 ntp->Branch(
"v_eDR" ,
"vector<vector<double> >", &
t_v_eDR);
1275 ntp->Branch(
"v_eMipDR" ,
"vector<vector<double> >", &
t_v_eMipDR);
1277 ntp->Branch(
"h3x3" ,
"vector<double>", &
t_h3x3 );
1278 ntp->Branch(
"h5x5" ,
"vector<double>", &
t_h5x5 );
1283 ntp->Branch(
"simP" ,
"vector<double>", &
t_simP );
1284 ntp->Branch(
"hsim3x3" ,
"vector<double>", &
t_hsim3x3 );
1285 ntp->Branch(
"hsim5x5" ,
"vector<double>", &
t_hsim5x5 );
1346 ntp->Branch(
"v_hCone" ,
"vector<vector<double> >",&
t_v_hCone );
1368 ntp->Branch(
"v_hltHB" ,
"vector<int>",&
t_hltHB);
1369 ntp->Branch(
"v_hltHE" ,
"vector<int>",&
t_hltHE);
1385 ntp->Branch(
"irun" ,
"vector<unsigned int>", &
t_irun);
1386 ntp->Branch(
"ievt" ,
"vector<unsigned int>", &
t_ievt);
1387 ntp->Branch(
"ilum" ,
"vector<unsigned int>", &
t_ilum);
1394 std::string theTrackQuality =
"highPurity";
1398 <<
" TrackMmentum " << pTrack->
momentum()
1399 <<
" (pt,eta,phi)(" << pTrack->
pt()<<
","<<pTrack->
eta()<<
","<<pTrack->
phi()<<
")"
1400 <<
" p " << pTrack->
p() <<
"\n"
1403 <<
" d0 " << pTrack->
d0() <<
"\n"
1405 <<
" TrackQuality " << pTrack->
qualityName(trackQuality_) <<
" " << pTrack->
quality(trackQuality_)
1422 double pi = 3.141592654;
1423 double twopi = 6.283185307;
1427 if (diff < pi){
return diff;}
else {
return corr;}
1432 double eta2,
double phi2) {
1433 double deta = eta1 - eta2;
1434 double dphi =
DeltaPhi(phi1, phi2);
1435 return std::sqrt(deta*deta + dphi*dphi);
std::vector< int > * t_hsim5x5NTotal
std::vector< std::vector< double > > * t_v_distFromHotCell
double qoverp() const
q/p
std::vector< double > * t_hsim5x5CharHad
double p() const
momentum vector magnitude
T getParameter(std::string const &) const
const CaloSubdetectorGeometry * getSubdetectorGeometry(const DetId &id) const
access the subdetector geometry for the given subdetector directly
EventNumber_t event() const
std::vector< std::vector< double > > * t_v_hmaxNearP_goodTrk
T getUntrackedParameter(std::string const &, T const &) const
std::vector< std::vector< int > > * t_v_hlTriggers
std::vector< double > * t_trkEcalEne
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const
std::vector< std::vector< double > > * t_v_hsimCone
TrackAssociatorParameters parameters_
static std::string qualityName(TrackQuality)
std::vector< int > * t_hltJet30
std::vector< double > * t_trkPt
std::vector< int > * t_ietaFromHotCell_h5x5
void eCaloSimInfo(std::vector< DetId > vdets, const CaloGeometry *geo, edm::Handle< T > &hitsEB, edm::Handle< T > &hitsEE, edm::Handle< edm::SimTrackContainer > &SimTk, edm::Handle< edm::SimVertexContainer > &SimVtx, edm::SimTrackContainer::const_iterator trkInfo, caloSimInfo &info, double timeCut=150, bool debug=false)
std::vector< double > * t_nRH_h3x3
std::vector< double > * t_distFromHotCell_h3x3
const Vector & momentum() const
track momentum vector
std::vector< std::vector< int > > * t_v_hsimInfoConeNCharHad
std::vector< int > * t_hsim5x5NNeutHad
std::vector< double > * t_hsim5x5Photon
double d0() const
dxy parameter in perigee convention (d0 = - dxy)
double getDistInPlaneTrackDir(const GlobalPoint &caloPoint, const GlobalVector &caloVector, const GlobalPoint &rechitPoint)
std::vector< int > * t_hltMinBiasHcal
std::vector< std::vector< double > > * t_v_cone_hmaxNearP_goodTrk
std::vector< double > * t_hsim3x3CharHad
std::vector< int > * t_hsim5x5NPhoton
std::vector< std::vector< double > > * t_v_RH_r44_ene
std::map< std::string, double > eHCALSimInfo(const edm::Event &, const HcalTopology *topology, const DetId &det, const CaloGeometry *geo, edm::Handle< T > &hits, edm::Handle< edm::SimTrackContainer > &SimTk, edm::Handle< edm::SimVertexContainer > &SimVtx, const reco::Track *pTrack, TrackerHitAssociator &associate, int ieta, int iphi, double timeCut=150, bool includeHO=false, bool debug=false)
std::vector< int > * t_iphiFromHotCell_h3x3
double normalizedChi2() const
chi-squared divided by n.d.o.f. (or chi-squared * 1e6 if n.d.o.f. is zero)
std::vector< std::vector< int > > * t_v_cone_hnLayers_maxNearP
std::vector< double > * t_hsim5x5PdgMatched
std::vector< double > * t_hsim3x3NeutHad
std::vector< double > * t_nRH_h5x5
TrackQuality
track quality
#define DEFINE_FWK_MODULE(type)
static FreeTrajectoryState getFreeTrajectoryState(const edm::EventSetup &, const reco::Track &)
get FreeTrajectoryState from different track representations
std::vector< std::vector< int > > * t_v_hnLayers_maxNearP
std::vector< int > * t_hltHB
std::vector< std::vector< double > > * t_v_hmaxNearP
std::vector< std::vector< double > > * t_v_RH_h3x3_ene
void useDefaultPropagator()
use the default propagator
std::vector< int > * t_hsim5x5NCharHad
std::vector< std::vector< int > > * t_v_hsimInfoConeNNeutHad
std::vector< std::vector< int > > * t_v_nRecHitsCone
double phi() const
azimuthal angle of momentum vector
std::vector< std::vector< int > > * t_v_hsimInfoConeNMatched
unsigned short numberOfLostHits() const
number of cases where track crossed a layer without getting a hit.
std::vector< double > * t_trkP
std::vector< int > * t_hltL1SingleEG5
std::vector< int > * t_hsim5x5NRest
std::vector< double > * t_hsim5x5NeutHad
std::vector< int > * t_hltJet50
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)
std::vector< std::vector< double > > * t_v_cone_hmaxNearP
std::vector< double > * t_simP
const Point & referencePoint() const
Reference point on the track.
int trackerLayersWithMeasurement() const
std::vector< int > * t_hsim3x3NCharHad
std::vector< std::vector< int > > * t_v_iphiFromHotCell
std::vector< std::vector< int > > * t_v_hnNearTRKs
std::vector< std::vector< int > > * t_v_cone_htrkQual_maxNearP
math::XYZPoint trkGlobPosAtHcal
std::vector< std::vector< double > > * t_v_RH_r26_ene
LuminosityBlockNumber_t luminosityBlock() const
uint32_t rawId() const
get the raw id
std::vector< int > * t_hltDoubleLooseIsoTau15_Trk5
double eHCALmatrix(const HcalTopology *topology, const DetId &det, edm::Handle< T > &hits, int ieta, int iphi, bool includeHO=false, bool algoNew=true, double hbThr=-100, double heThr=-100, double hfThr=-100, double hoThr=-100, double tMin=-500, double tMax=500, bool debug=false)
std::vector< int > * t_hltJet140
double eta() const
pseudorapidity of momentum vector
std::vector< int > * t_hltMinBiasPixel
std::vector< double > * t_trkPhi
std::vector< double > * t_hsim3x3Total
std::vector< int > * t_hltHE
std::vector< std::vector< int > > * t_v_RH_h3x3_iphi
std::vector< int > * t_iphiFromHotCell_h5x5
std::vector< std::vector< double > > * t_v_hsimInfoConePdgMatched
double pt() const
track transverse momentum
std::vector< std::vector< int > > * t_v_htrkQual_maxNearP
std::vector< int > * t_hltMinBiasEcal
std::vector< std::vector< int > > * t_v_RH_r44_iphi
std::vector< double > * t_hsim5x5Matched
std::vector< std::vector< double > > * t_v_hsimInfoConeTotal
std::vector< std::vector< double > > * t_v_RH_h5x5_ene
double DeltaPhi(double v1, double v2)
std::vector< std::vector< int > > * t_v_hsimInfoConeNRest
LuminosityBlock const & getLuminosityBlock() const
edm::SimTrackContainer::const_iterator matchedSimTrack(const edm::Event &iEvent, edm::Handle< edm::SimTrackContainer > &SimTk, edm::Handle< edm::SimVertexContainer > &SimVtx, const reco::Track *pTrack, TrackerHitAssociator &associate, bool debug=false)
unsigned short numberOfValidHits() const
number of valid hits found
std::vector< std::vector< double > > * t_v_hsimInfoConeCharHad
edm::InputTag _L1extraFwdJetSource
const HitPattern & hitPattern() const
Access the hit pattern, indicating in which Tracker layers the track has hits.
std::vector< double > * t_hsim5x5Total
std::vector< double > * t_hsim3x3Photon
std::vector< double > * t_hsim3x3PdgMatched
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
std::vector< std::vector< int > > * t_v_ietaFromHotCell
std::vector< double > * t_hsim5x5Rest
std::vector< int > * t_hltJet110
std::vector< std::vector< double > > * t_v_eMipDR
std::vector< int > * t_hltL1Jet15
double qoverpError() const
error on signed transverse curvature
virtual DetId getClosestCell(const GlobalPoint &r) const
std::vector< int > * t_hsim3x3NRest
std::vector< std::vector< double > > * t_v_hsimInfoConeRest
std::vector< std::vector< int > > * t_v_hsimInfoConeNPhoton
std::vector< std::vector< int > > * t_v_RH_r26_ieta
std::vector< double > * t_dtFromLeadJet
std::vector< std::vector< int > > * t_v_RH_h5x5_ieta
std::vector< std::vector< int > > * t_v_RH_h3x3_ieta
std::vector< unsigned int > * t_ievt
std::vector< double > * t_trkNLayersCrossed
edm::InputTag _L1extraCenJetSource
static TrackQuality qualityByName(const std::string &name)
std::vector< std::vector< double > > * t_v_hsimInfoConeNeutHad
std::vector< std::vector< int > > * t_v_nSimHitsCone
std::vector< int > * t_hltSingleIsoTau30_Trk5
std::vector< double > * t_hsim5x5
GlobalVector trkMomAtEcal
std::string const & triggerName(unsigned int index) const
std::vector< std::vector< int > > * t_v_RH_h5x5_iphi
T const * product() const
IsolatedTracksCone(const edm::ParameterSet &)
std::vector< std::vector< int > > * t_v_hsimInfoConeNTotal
std::vector< double > * t_hsim3x3Matched
T const * product() const
bool quality(const TrackQuality) const
Track quality.
std::vector< int > * t_hsim3x3NNeutHad
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::Service< TFileService > fs
GlobalVector trkMomAtHcal
std::vector< int > * t_hltZeroBias
std::vector< double > * t_h5x5
std::vector< double > * t_trkNOuterHits
std::vector< std::vector< double > > * t_v_hCone
std::vector< int > * t_hsim3x3NPhoton
std::vector< double > * t_hsim3x3Rest
std::vector< double > * t_hsim3x3
std::vector< int > * t_hsim3x3NMatched
std::vector< std::vector< int > > * t_v_RH_r44_ieta
std::vector< double > * t_trkHcalEne
std::vector< unsigned int > * t_irun
std::vector< int > * t_hltJet180
std::vector< int > * t_hsim3x3NTotal
TrackDetMatchInfo associate(const edm::Event &, const edm::EventSetup &, const FreeTrajectoryState &, const AssociatorParameters &)
T * make() const
make new ROOT object
void printTrack(const reco::Track *pTrack)
std::vector< int > * t_ietaFromHotCell_h3x3
math::XYZPoint trkGlobPosAtEcal
Track position at different parts of the calorimeter.
double eCone_hcal(const CaloGeometry *geo, edm::Handle< T > &hits, const GlobalPoint &hpoint1, const GlobalPoint &point1, double dR, const GlobalVector &trackMom, int &nRecHits)
int charge() const
track electric charge
std::vector< double > * t_distFromHotCell_h5x5
edm::InputTag _L1extraTauJetSource
std::vector< double > * t_e3x3
void printHitPattern(int position, std::ostream &stream) const
double DeltaR(double eta1, double phi1, double eta2, double phi2)
std::vector< double > * t_trkEta
std::vector< double > * t_h3x3
double coneChargeIsolation(const edm::Event &iEvent, const edm::EventSetup &iSetup, reco::TrackCollection::const_iterator trkItr, edm::Handle< reco::TrackCollection > trkCollection, TrackDetectorAssociator &associator, TrackAssociatorParameters ¶meters_, std::string theTrackQuality, int &nNearTRKs, int &nLayers_maxNearP, int &trkQual_maxNearP, double &maxNearP_goodTrk, const GlobalPoint &hpoint1, const GlobalVector &trackMom, double dR)
std::vector< std::vector< double > > * t_v_hsimInfoConePhoton
std::vector< unsigned int > * t_ilum
TrackDetectorAssociator * trackAssociator_
std::vector< int > * t_hltJet80
std::vector< std::vector< double > > * t_v_eDR
void loadParameters(const edm::ParameterSet &)
std::vector< std::vector< double > > * t_v_hsimInfoConeMatched
std::vector< std::vector< int > > * t_v_RH_r26_iphi
std::vector< int > * t_hsim5x5NMatched
std::vector< std::vector< int > > * t_v_cone_hnNearTRKs
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)