22 #include <boost/bind.hpp>
64 TH1F * histoName =
new TH1F(
"h",
"",10,0,10);
68 averageNumber,histoName,playback));
121 std::cout <<
"-> The std::vector<EventPrincipalVector> of the secondary source 'input' has been filled with "
123 <<
" bunch." << std::endl;
134 std::cout <<
"-> Get the event: id " << ep.
id() << std::endl;
138 std::cout <<
"-> Will try to get the branch with the tag : " <<
tag_ << std::endl;
139 std::cout <<
" and the EventPrincipal ep with a size = " << ep.
size() << std::endl;
145 boost::shared_ptr<Wrapper<std::vector<SimTrack> >
const> shPtr =
146 getProductByTag<std::vector<SimTrack> >(ep,
tag_, &moduleCallingContext);
149 std::cout <<
"-> Could get SimTrack !" << std::endl;
151 std::cout <<
"-> Could not get SimTrack !" << std::endl;
159 boost::shared_ptr<Wrapper<PCrossingFrame<SimTrack> >
const> shPtr =
160 getProductByTag<PCrossingFrame<SimTrack> >(ep,
tag_, &moduleCallingContext);
163 std::cout <<
"-> Could get PCrossingFrame<SimTrack> !" << std::endl;
165 std::cout <<
"-> Could not get PCrossingFrame<SimTrack> !" << std::endl;
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
T getParameter(std::string const &) const
std::vector< std::vector< edm::EventID > > vectorEventIDs_
virtual void dummyFunction(EventPrincipal const &ep)
EventID const & id() const
ModuleDescription const & moduleDescription() const
ModuleCallingContext const * moduleCallingContext() const
tuple averageNumber
set the number of pileup
SecSourceAnalyzer(const edm::ParameterSet &)
boost::shared_ptr< PileUp > input_
virtual void getBranches(EventPrincipal const &ep, ModuleCallingContext const *)