#include <InputAnalyzer.h>
Definition at line 33 of file InputAnalyzer.h.
InputAnalyzer::~InputAnalyzer |
( |
| ) |
|
Implements edm::EDAnalyzer.
Definition at line 75 of file InputAnalyzer.cc.
References gather_cfg::cout, dataStep2_, edm::Event::getByLabel(), i, and label_.
91 std::cout<<
"-> Could not read SimTracks !!!!"<<std::endl;
94 std::cout<<
"-> Could read SimTracks !!!!"<<std::endl;
100 SimTrackContainer::const_iterator simTrack;
101 for (simTrack = simTracks->begin(); simTrack != simTracks->end(); ++simTrack){
115 bool gotTracks = iEvent.
getByLabel(
"CFWriter",
"g4SimHits",cf_simtrack);
119 std::cout<<
"-> Could not read PCrossingFrame<SimTracks> !!!!"<<std::endl;
122 std::cout<<
"-> Could read PCrossingFrame<SimTracks> !!!!"<<std::endl;
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
void InputAnalyzer::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
void InputAnalyzer::endJob |
( |
void |
| ) |
|
|
privatevirtual |
bool edm::InputAnalyzer::dataStep2_ |
|
private |