41 tok_hovar_ = consumes<HOCalibVariableCollection>(
edm::InputTag(nameProd_,hoInput_) );
42 tok_horeco_ = consumes<HORecHitCollection>(
edm::InputTag(
"horeco") );
43 tok_ho_ = consumes<HORecHitCollection>(
edm::InputTag(hoInput_) );
44 tok_hoProd_ = consumes<HORecHitCollection>(
edm::InputTag(nameProd_,hoInput_) );
46 tok_hf_ = consumes<HFRecHitCollection>(
edm::InputTag(hfInput_) );
48 tok_jets_ = consumes<reco::CaloJetCollection>(
edm::InputTag(nameProd_,jetCalo_) );
49 tok_gamma_ = consumes<reco::SuperClusterCollection>(
edm::InputTag(nameProd_,gammaClus_) );
50 tok_muons_ = consumes<reco::MuonCollection>(
edm::InputTag(nameProd_,
"SelectedMuons"));
51 tok_ecal_ = consumes<EcalRecHitCollection>(
edm::InputTag(nameProd_,ecalInput_) );
52 tok_tracks_ = consumes<reco::TrackCollection>(
edm::InputTag(nameProd_,Tracks_) );
54 tok_hbheProd_ = consumes<HBHERecHitCollection>(
edm::InputTag(nameProd_,hbheInput_) );
55 tok_hbhe_ = consumes<HBHERecHitCollection>(
edm::InputTag(hbheInput_) );
59 ProducerAnalyzer::~ProducerAnalyzer()
71 void ProducerAnalyzer::endJob()
93 std::vector<StableProvenance const*> theProvenance;
95 for(
auto const& provenance : theProvenance)
97 cout<<
" Print all module/label names "<<provenance->moduleName()<<
" "<<provenance->moduleLabel()<<
98 " "<<provenance->productInstanceName()<<endl;
102 if(nameProd_ ==
"hoCalibProducer")
110 if(nameProd_ ==
"ALCARECOMuAlZMuMu" )
119 std::cout<<
" Size of muon collection "<<mucand->size()<<std::endl;
120 for(MuonCollection::const_iterator it = mucand->begin(); it != mucand->end(); it++)
123 std::cout<<
" Pt muon "<<mu->innerMomentum()<<std::endl;
128 if(nameProd_ !=
"IsoProd" && nameProd_ !=
"ALCARECOMuAlZMuMu" && nameProd_ !=
"hoCalibProducer")
147 if(nameProd_ ==
"IsoProd")
149 cout<<
" We are here "<<endl;
154 std::cout<<
" Tracks size "<<(*tracks).size()<<std::endl;
155 reco::TrackCollection::const_iterator
track = tracks->begin ();
157 for (; track != tracks->end (); track++)
159 cout<<
" P track "<<(*track).p()<<
" eta "<<(*track).eta()<<
" phi "<<(*track).phi()<<
" Outer "<<(*track).outerMomentum()<<
" "<<
160 (*track).outerPosition()<<endl;
162 cout<<
" Track extra "<<myextra->outerMomentum()<<
" "<<myextra->outerPosition()<<endl;
174 for (; hite != (ecal.
product())->
end (); hite++)
184 cout<<
" Energy ECAL "<<(*hite).energy()<<
185 " eta "<<posE.
eta()<<
" phi "<<posE.
phi()<<endl;
187 energyECAL = energyECAL + (*hite).energy();
197 for (; hith != (hbhe.
product())->
end (); hith++)
202 cout<<
" Energy HCAL "<<(*hith).energy()<<
203 " eta "<<posH.
eta()<<
" phi "<<posH.
phi()<<endl;
205 energyHCAL = energyHCAL + (*hith).energy();
209 cout<<
" Energy ECAL "<< energyECAL<<
" Energy HCAL "<< energyHCAL<<endl;
217 for (; hito != (ho.
product())->
end (); hito++)
226 if(nameProd_ ==
"GammaJetProd" || nameProd_ ==
"DiJProd")
228 cout<<
" we are in GammaJetProd area "<<endl;
231 std::cout<<
" Size of ECAL "<<(*ecal).size()<<std::endl;
235 std::cout<<
" Jet size "<<(*jets).size()<<std::endl;
236 reco::CaloJetCollection::const_iterator
jet = jets->begin ();
237 for (; jet != jets->end (); jet++)
239 cout<<
" Et jet "<<(*jet).et()<<
" eta "<<(*jet).eta()<<
" phi "<<(*jet).phi()<<endl;
244 std::cout<<
" Tracks size "<<(*tracks).size()<<std::endl;
246 if( nameProd_ ==
"GammaJetProd")
250 std::cout<<
" GammaClus size "<<(*eclus).size()<<std::endl;
251 reco::SuperClusterCollection::const_iterator iclus = eclus->begin ();
252 for (; iclus != eclus->end (); iclus++)
254 cout<<
" Et gamma "<<(*iclus).energy()/cosh((*iclus).eta())<<
" eta "<<(*iclus).eta()<<
" phi "<<(*iclus).phi()<<endl;
T getUntrackedParameter(std::string const &, T const &) const
double energyECAL(std::vector< DetId > &vdets, edm::Handle< T > &hitsEB, edm::Handle< T > &hitsEE, double ebThr=-100, double eeThr=-100, double tMin=-500, double tMax=500, bool debug=false)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
def analyze(function, filename, filter=None)
Geom::Phi< T > phi() const
std::vector< EcalRecHit >::const_iterator const_iterator
const GlobalPoint & getPosition(const DetId &id) const
Get the position of a given detector id.
double energyHCAL(std::vector< DetId > &vdets, edm::Handle< T > &hits, double hbThr=-100, double heThr=-100, double hfThr=-100, double hoThr=-100, double tMin=-500, double tMax=500, bool useRaw=false, bool debug=false)
T const * product() const
std::vector< HOCalibVariables > HOCalibVariableCollection
collection of HOcalibration variabale
T const * product() const
void getAllStableProvenance(std::vector< StableProvenance const * > &provenances) const