53 : minBunch_(0), maxBunch_(0), tag_(
InputTag()) {
58 std::unique_ptr<TH1F>
histoName(
new TH1F(
"h",
"", 10, 0, 10));
62 input_ = std::make_unique<edm::PileUp>(
105 std::cout <<
"-> The std::vector<EventPrincipalVector> of the secondary source 'input' has been filled with " 115 std::cout <<
"-> Get the event: id " <<
ep.id() << std::endl;
119 std::cout <<
"-> Will try to get the branch with the tag : " <<
tag_ << std::endl;
120 std::cout <<
" and the EventPrincipal ep with a size = " <<
ep.size() << std::endl;
126 std::shared_ptr<Wrapper<std::vector<SimTrack> >
const> shPtr =
127 getProductByTag<std::vector<SimTrack> >(
ep,
tag_, &moduleCallingContext);
130 std::cout <<
"-> Could get SimTrack !" << std::endl;
132 std::cout <<
"-> Could not get SimTrack !" << std::endl;
139 std::shared_ptr<Wrapper<PCrossingFrame<SimTrack> >
const> shPtr =
140 getProductByTag<PCrossingFrame<SimTrack> >(
ep,
tag_, &moduleCallingContext);
143 std::cout <<
"-> Could get PCrossingFrame<SimTrack> !" << std::endl;
145 std::cout <<
"-> Could not get PCrossingFrame<SimTrack> !" << std::endl;
void analyze(const edm::Event &, const edm::EventSetup &) override
T getParameter(std::string const &) const
std::unique_ptr< PileUp > input_
bool getBranches(EventPrincipal const &ep, ModuleCallingContext const *)
bool dummyFunction(EventPrincipal const &ep)
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
SecSourceAnalyzer(const edm::ParameterSet &)
~SecSourceAnalyzer() override
ModuleDescription const & moduleDescription() const
std::vector< std::vector< edm::SecondaryEventIDAndFileInfo > > vectorEventIDs_