#include <SecSourceAnalyzer.h>
Definition at line 42 of file SecSourceAnalyzer.h.
Definition at line 52 of file SecSourceAnalyzer.cc.
References dataStep2_, edm::ParameterSet::getParameter(), diJetCalib::histoFileName, input_, label_, and Playback_cff::playback.
59 int averageNumber = 1;
61 TH1F * histoName =
new TH1F(
"h",
"",10,0,10);
65 averageNumber,histoName,playback));
T getParameter(std::string const &) const
boost::shared_ptr< PileUp > input_
SecSourceAnalyzer::~SecSourceAnalyzer |
( |
| ) |
|
void SecSourceAnalyzer::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
virtual void edm::SecSourceAnalyzer::dummyFunction |
( |
EventPrincipal const & |
ep | ) |
|
|
inlinevirtual |
void SecSourceAnalyzer::endJob |
( |
void |
| ) |
|
|
privatevirtual |
Definition at line 123 of file SecSourceAnalyzer.cc.
References gather_cfg::cout, dataStep2_, edm::EventPrincipal::id(), label_, edm::Principal::size(), and tag_.
Referenced by analyze().
125 std::cout <<
"-> Get the event: id " << ep.id() << std::endl;
129 std::cout <<
"-> Will try to get the branch with the tag : " <<
tag_ << std::endl;
130 std::cout <<
" and the EventPrincipal ep with a size = " << ep.size() << std::endl;
136 boost::shared_ptr<Wrapper<std::vector<SimTrack> >
const> shPtr =
137 getProductByTag<std::vector<SimTrack> >(ep,
tag_);
140 std::cout <<
"-> Could get SimTrack !" << std::endl;
142 std::cout <<
"-> Could not get SimTrack !" << std::endl;
149 tag_ = InputTag(
"CFwriter",
"g4SimHits");
150 boost::shared_ptr<Wrapper<PCrossingFrame<SimTrack> >
const> shPtr =
151 getProductByTag<PCrossingFrame<SimTrack> >(ep,
tag_);
154 std::cout <<
"-> Could get PCrossingFrame<SimTrack> !" << std::endl;
156 std::cout <<
"-> Could not get PCrossingFrame<SimTrack> !" << std::endl;
bool edm::SecSourceAnalyzer::dataStep2_ |
|
private |
boost::shared_ptr<PileUp> edm::SecSourceAnalyzer::input_ |
|
private |
int edm::SecSourceAnalyzer::maxBunch_ |
|
private |
int edm::SecSourceAnalyzer::minBunch_ |
|
private |
std::vector< float > edm::SecSourceAnalyzer::TrueNumInteractions_[5] |
|
private |
std::vector<std::vector<edm::EventID> > edm::SecSourceAnalyzer::vectorEventIDs_ |
|
private |