101 for (VertexCollection::const_iterator
vtx = vertexCollectionHandle->begin();
vtx != vertexCollectionHandle->end();
103 if (
vtx == vertexCollectionHandle->begin()) {
120 cout <<
"LhcTrackAnalyzer::analyze() looping over " << trackCollectionHandle->size() <<
"tracks." << endl;
123 for (TrackCollection::const_iterator
track = trackCollectionHandle->begin();
track != trackCollectionHandle->end();
126 std::cout <<
" LhcTrackAnalyzer::analyze() : Warning - Run " <<
run_ <<
" Event " <<
event_
127 <<
"\tNumber of tracks: " << trackCollectionHandle->size() <<
" , greater than " <<
nMaxtracks_
176 <<
"LhcTrackAnalyzer does not yet support phase1 tracks, encountered one from algo "
216 rootTree_ =
new TTree(
"tree",
"Lhc Track tree");
270 for (
int j = 0;
j < 7;
j++) {