#include <MultiParticleInConeGunSource.h>
Public Member Functions | |
MultiParticleInConeGunSource (const ParameterSet &, const InputSourceDescription &) | |
virtual | ~MultiParticleInConeGunSource () |
Public Member Functions inherited from edm::BaseFlatGunSource | |
BaseFlatGunSource (const ParameterSet &, const InputSourceDescription &) | |
void | beginRun (edm::Run &r, const edm::EventSetup &) |
virtual | ~BaseFlatGunSource () |
Public Member Functions inherited from edm::GeneratedInputSource | |
GeneratedInputSource (ParameterSet const &pset, InputSourceDescription const &desc) | |
virtual | ~GeneratedInputSource () |
Public Member Functions inherited from edm::ConfigurableInputSource | |
ConfigurableInputSource (ParameterSet const &pset, InputSourceDescription const &desc, bool realData=true) | |
EventNumber_t | event () const |
unsigned int | eventCreationDelay () const |
LuminosityBlockNumber_t | luminosityBlock () const |
unsigned int | numberEventsInLumi () const |
unsigned int | numberEventsInRun () const |
unsigned int | numberEventsInThisLumi () const |
unsigned int | numberEventsInThisRun () const |
TimeValue_t | presentTime () const |
RunNumber_t | run () const |
unsigned int | timeBetweenEvents () const |
virtual | ~ConfigurableInputSource () |
Public Member Functions inherited from edm::InputSource | |
boost::shared_ptr < ActivityRegistry > | actReg () const |
Accessor for Activity Registry. More... | |
void | closeFile (boost::shared_ptr< FileBlock >) |
close current file More... | |
void | doBeginJob () |
Called by framework at beginning of job. More... | |
void | doBeginLumi (LuminosityBlockPrincipal &lbp) |
Called by framework at beginning of lumi block. More... | |
void | doBeginRun (RunPrincipal &rp) |
Called by framework at beginning of run. More... | |
void | doEndJob () |
Called by framework at end of job. More... | |
void | doEndLumi (LuminosityBlockPrincipal &lbp) |
Called by framework at end of lumi block. More... | |
void | doEndRun (RunPrincipal &rp) |
Called by framework at end of run. More... | |
void | doPostForkReacquireResources (boost::shared_ptr< multicore::MessageReceiverForSource >) |
void | doPreForkReleaseResources () |
Called by the framework before forking the process. More... | |
ProcessingController::ForwardState | forwardState () const |
bool | goToEvent (EventID const &eventID) |
InputSource (ParameterSet const &, InputSourceDescription const &) | |
Constructor. More... | |
void | issueReports (EventID const &eventID) |
issue an event report More... | |
LuminosityBlockNumber_t | luminosityBlock () const |
Accessor for current luminosity block number. More... | |
boost::shared_ptr < LuminosityBlockAuxiliary > | luminosityBlockAuxiliary () const |
Called by the framework to merge or insert lumi in principal cache. More... | |
int | markLumi () |
Mark lumi as read. More... | |
int | markRun () |
Mark run as read. More... | |
int | maxEvents () const |
int | maxLuminosityBlocks () const |
ModuleDescription const & | moduleDescription () const |
Accessor for 'module' description. More... | |
ItemType | nextItemType () |
bool const | primary () const |
Accessor for primary input source flag. More... | |
ProcessConfiguration const & | processConfiguration () const |
Accessor for Process Configuration. More... | |
std::string const & | processGUID () const |
Accessor for global process identifier. More... | |
ProcessHistoryID const & | processHistoryID () const |
Accessor for the input process history ID of the current run. More... | |
ProcessingMode | processingMode () const |
RunsLumisAndEvents (default), RunsAndLumis, or Runs. More... | |
boost::shared_ptr < ProductRegistry const > | productRegistry () const |
Accessor for product registry. More... | |
bool | randomAccess () const |
void | readAndCacheLumi () |
Read next luminosity block. More... | |
void | readAndCacheRun () |
Read next run. More... | |
EventPrincipal * | readEvent (boost::shared_ptr< LuminosityBlockPrincipal > lbCache) |
EventPrincipal * | readEvent (EventID const &) |
Read a specific event. More... | |
boost::shared_ptr< FileBlock > | readFile () |
Read next file. More... | |
boost::shared_ptr < LuminosityBlockAuxiliary > | readLuminosityBlockAuxiliary () |
Read next luminosity block Auxilary. More... | |
boost::shared_ptr< RunAuxiliary > | readRunAuxiliary () |
Read next run Auxiliary. More... | |
void | registerProducts () |
Register any produced products. More... | |
int | remainingEvents () const |
int | remainingLuminosityBlocks () const |
void | repeat () |
Reset the remaining number of events/lumis to the maximum number. More... | |
ProcessingController::ReverseState | reverseState () const |
void | rewind () |
Begin again at the first event. More... | |
RunNumber_t | run () const |
Accessor for current run number. More... | |
boost::shared_ptr< RunAuxiliary > | runAuxiliary () const |
Called by the framework to merge or insert run in principal cache. More... | |
void | setLuminosityBlockNumber_t (LuminosityBlockNumber_t lb) |
Set the luminosity block ID. More... | |
void | setRunNumber (RunNumber_t r) |
Set the run number. More... | |
void | skipEvents (int offset) |
Timestamp const & | timestamp () const |
Accessor for the current time, as seen by the input source. More... | |
void | wakeUp () |
Wake up the input source. More... | |
virtual | ~InputSource () |
Destructor. More... | |
Protected Attributes | |
std::vector< int > | fInConeIds |
double | fInConeMaxEta |
double | fInConeMaxPhi |
unsigned int | fInConeMaxTry |
double | fInConeMinEta |
double | fInConeMinPhi |
double | fMaxDeltaR |
double | fMaxMomRatio |
double | fMaxPt |
double | fMinDeltaR |
double | fMinMomRatio |
double | fMinPt |
Protected Attributes inherited from edm::BaseFlatGunSource | |
bool | fAddAntiParticle |
HepMC::GenEvent * | fEvt |
double | fMaxEta |
double | fMaxPhi |
double | fMinEta |
double | fMinPhi |
std::vector< int > | fPartIDs |
ESHandle < HepPDT::ParticleDataTable > | fPDGTable |
CLHEP::HepRandomEngine & | fRandomEngine |
CLHEP::RandFlat * | fRandomGenerator |
int | fVerbosity |
Private Member Functions | |
virtual bool | produce (Event &e) |
Definition at line 15 of file MultiParticleInConeGunSource.h.
MultiParticleInConeGunSource::MultiParticleInConeGunSource | ( | const ParameterSet & | pset, |
const InputSourceDescription & | desc | ||
) |
Definition at line 23 of file MultiParticleInConeGunSource.cc.
References fInConeIds, fInConeMaxEta, fInConeMaxPhi, fInConeMaxTry, fInConeMinEta, fInConeMinPhi, fMaxDeltaR, fMaxMomRatio, fMaxPt, fMinDeltaR, fMinMomRatio, fMinPt, and edm::ParameterSet::getUntrackedParameter().
|
virtual |
Definition at line 51 of file MultiParticleInConeGunSource.cc.
|
privatevirtual |
Implements edm::ConfigurableInputSource.
Definition at line 56 of file MultiParticleInConeGunSource.cc.
References abs, alpha, funct::cos(), gather_cfg::cout, dPhi(), relval_parameters_module::energy, eta(), edm::ConfigurableInputSource::event(), funct::exp(), edm::BaseFlatGunSource::fAddAntiParticle, edm::BaseFlatGunSource::fEvt, fInConeIds, fInConeMaxEta, fInConeMaxPhi, fInConeMaxTry, fMaxDeltaR, edm::BaseFlatGunSource::fMaxEta, fMaxMomRatio, edm::BaseFlatGunSource::fMaxPhi, fMaxPt, fMinDeltaR, edm::BaseFlatGunSource::fMinEta, fMinMomRatio, edm::BaseFlatGunSource::fMinPhi, fMinPt, edm::BaseFlatGunSource::fPartIDs, edm::BaseFlatGunSource::fPDGTable, edm::BaseFlatGunSource::fRandomGenerator, edm::BaseFlatGunSource::fVerbosity, configurableAnalysis::GenParticle, L1TEmulatorMonitor_cff::p, RecoTau_DiTaus_pt_20-420_cfg::ParticleID, phi, ExpressReco_HICollisions_FallBack::pt, edm::Event::put(), funct::sin(), mathSSE::sqrt(), and theta().
|
protected |
Definition at line 32 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 39 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 41 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 42 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 38 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource().
|
protected |
Definition at line 40 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource().
|
protected |
Definition at line 34 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 36 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 30 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 33 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 35 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().
|
protected |
Definition at line 29 of file MultiParticleInConeGunSource.h.
Referenced by MultiParticleInConeGunSource(), and produce().