61 gROOT->SetStyle (
"Plain");
74 for (eventCont.
toBegin(); ! eventCont.
atEnd(); ++eventCont)
79 cout <<
" index Et eta phi" << endl;
87 const std::vector< reco::CaloJet > &jetVec( *jetHandle.
product() );
89 for (std::vector< reco::CaloJet >::const_iterator
iter = jetVec.begin();
93 cout <<
" " << setw(2) << index <<
") ";
94 cout << setw(8) << Form (
"%8.4f",
iter->et() ) <<
" "
95 << setw(8) << Form (
"%8.4f",
iter->eta()) <<
" "
96 << setw(8) << Form (
"%8.4f",
iter->phi()) <<
" " << endl;
edm::EventAuxiliary const & eventAuxiliary() const
void parseArguments(int argc, char **argv, bool allowArgs=false)
int main(int argc, char **argv)
bool getByLabel(const std::type_info &iInfo, const char *iModuleLabel, const char *iProductInstanceLabel, const char *iProcessLabel, void *oData) const
T const * product() const
const EventContainer & toBegin()
EventNumber_t event() const