CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
edm::ExpoRandomPGunProducer Class Reference

#include <ExpoRandomPGunProducer.h>

Inheritance diagram for edm::ExpoRandomPGunProducer:
edm::BaseFlatGunProducer edm::one::EDProducer< one::WatchRuns, EndRunProducer > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 ExpoRandomPGunProducer (const ParameterSet &pset)
 
virtual ~ExpoRandomPGunProducer ()
 
- Public Member Functions inherited from edm::BaseFlatGunProducer
 BaseFlatGunProducer (const ParameterSet &)
 
void beginRun (const edm::Run &r, const edm::EventSetup &) override
 
void endRun (edm::Run const &r, const edm::EventSetup &) override
 
void endRunProduce (edm::Run &r, const edm::EventSetup &) override
 
virtual ~BaseFlatGunProducer ()
 
- Public Member Functions inherited from edm::one::EDProducer< one::WatchRuns, EndRunProducer >
 EDProducer ()=default
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducerBase ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Protected Attributes

double fMaxP
 
double fMinP
 
- Protected Attributes inherited from edm::BaseFlatGunProducer
bool fAddAntiParticle
 
HepMC::GenEvent * fEvt
 
double fMaxEta
 
double fMaxPhi
 
double fMinEta
 
double fMinPhi
 
std::vector< int > fPartIDs
 
ESHandle
< HepPDT::ParticleDataTable
fPDGTable
 
int fVerbosity
 

Private Member Functions

virtual void produce (Event &e, const EventSetup &es)
 

Additional Inherited Members

- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 16 of file ExpoRandomPGunProducer.h.

Constructor & Destructor Documentation

ExpoRandomPGunProducer::ExpoRandomPGunProducer ( const ParameterSet pset)

Definition at line 23 of file ExpoRandomPGunProducer.cc.

References fMaxP, fMinP, and edm::ParameterSet::getParameter().

23  :
25 {
26 
27 
28  ParameterSet defpset ;
29  ParameterSet pgun_params =
30  pset.getParameter<ParameterSet>("PGunParameters") ;
31 
32  fMinP = pgun_params.getParameter<double>("MinP");
33  fMaxP = pgun_params.getParameter<double>("MaxP");
34 
35  produces<HepMCProduct>();
36  produces<GenEventInfoProduct>();
37 
38 }
T getParameter(std::string const &) const
BaseFlatGunProducer(const ParameterSet &)
ExpoRandomPGunProducer::~ExpoRandomPGunProducer ( )
virtual

Definition at line 40 of file ExpoRandomPGunProducer.cc.

41 {
42  // no need to cleanup GenEvent memory - done in HepMCProduct
43 }

Member Function Documentation

void ExpoRandomPGunProducer::produce ( Event e,
const EventSetup es 
)
privatevirtual

Implements edm::one::EDProducerBase.

Definition at line 45 of file ExpoRandomPGunProducer.cc.

References funct::abs(), funct::cos(), gather_cfg::cout, relval_parameters_module::energy, eta(), edm::EventID::event(), create_public_lumi_plots::exp, f, edm::BaseFlatGunProducer::fAddAntiParticle, edm::BaseFlatGunProducer::fEvt, edm::BaseFlatGunProducer::fMaxEta, fMaxP, edm::BaseFlatGunProducer::fMaxPhi, edm::BaseFlatGunProducer::fMinEta, fMinP, edm::BaseFlatGunProducer::fMinPhi, edm::BaseFlatGunProducer::fPartIDs, edm::BaseFlatGunProducer::fPDGTable, edm::BaseFlatGunProducer::fVerbosity, configurableAnalysis::GenParticle, edm::RandomNumberGenerator::getEngine(), edm::EventBase::id(), AlCaHLTBitMon_ParallelJobs::p, RecoTau_DiTaus_pt_20-420_cfg::ParticleID, phi, RecoTauCleanerPlugins::pt, edm::Event::put(), funct::sin(), mathSSE::sqrt(), edm::Event::streamID(), theta(), and detailsBasic3DVector::y.

46 {
48  CLHEP::HepRandomEngine* engine = &rng->getEngine(e.streamID());
49 
50  if ( fVerbosity > 0 )
51  {
52  std::cout << " ExpoRandomPGunProducer : Begin New Event Generation"
53  << std::endl ;
54  }
55  // event loop (well, another step in it...)
56 
57  // no need to clean up GenEvent memory - done in HepMCProduct
58  //
59 
60  // here re-create fEvt (memory)
61  //
62 
63  fEvt = new HepMC::GenEvent() ;
64 
65  // now actualy, cook up the event from PDGTable and gun parameters
66  //
67  // 1st, primary vertex
68  //
69  //HepMC::GenVertex* Vtx = new HepMC::GenVertex(CLHEP::HepLorentzVector(0.,0.,0.));
70  HepMC::GenVertex* Vtx = new HepMC::GenVertex(HepMC::FourVector(0.,0.,0.));
71 
72  // loop over particles
73  //
74  int barcode = 1 ;
75  for (unsigned int ip=0; ip<fPartIDs.size(); ++ip)
76  {
77 
78  double pmom = CLHEP::RandFlat::shoot(engine, fMinP, fMaxP);
79  double y = (1./fMinP) * CLHEP::RandFlat::shoot(engine, 0.0, 1.0);
80  double f = 1./pmom;
81  bool accpt = ( y < f);
82  //shoot until in the designated range
83  while ((pmom < fMinP || pmom > fMaxP) || !accpt)
84  {
85  pmom = CLHEP::RandFlat::shoot(engine, fMinP, fMaxP);
86  y = (1./fMinP) * CLHEP::RandFlat::shoot(engine, 0.0, 1.0);
87  f = 1./pmom;
88  accpt = (y < f);
89 
90  }
91 
92  double eta = CLHEP::RandFlat::shoot(engine, fMinEta, fMaxEta) ;
93  double phi = CLHEP::RandFlat::shoot(engine, fMinPhi, fMaxPhi) ;
94  int PartID = fPartIDs[ip] ;
96  PData = fPDGTable->particle(HepPDT::ParticleID(abs(PartID))) ;
97  double mass = PData->mass().value() ;
98  double theta = 2.*atan(exp(-eta)) ;
99  double mom = pmom;
100  double pt = mom * sin(theta);
101  double px = pt * cos(phi) ;
102  double py = pt * sin(phi) ;
103  double pz = mom*cos(theta) ;
104  double energy2= mom*mom + mass*mass ;
105  double energy = sqrt(energy2) ;
106  //CLHEP::Hep3Vector p(px,py,pz) ;
107  //HepMC::GenParticle* Part =
108  // new HepMC::GenParticle(CLHEP::HepLorentzVector(p,energy),PartID,1);
109  HepMC::FourVector p(px,py,pz,energy) ;
110  HepMC::GenParticle* Part =
111  new HepMC::GenParticle(p,PartID,1);
112  Part->suggest_barcode( barcode ) ;
113  barcode++ ;
114  Vtx->add_particle_out(Part);
115 
116  if ( fAddAntiParticle )
117  {
118  //CLHEP::Hep3Vector ap(-px,-py,-pz) ;
119  HepMC::FourVector ap(-px,-py,-pz,energy) ;
120  int APartID = -PartID ;
121  if ( PartID == 22 || PartID == 23 )
122  {
123  APartID = PartID ;
124  }
125  //HepMC::GenParticle* APart =
126  // new HepMC::GenParticle(CLHEP::HepLorentzVector(ap,energy),APartID,1);
127  HepMC::GenParticle* APart =
128  new HepMC::GenParticle(ap,APartID,1);
129  APart->suggest_barcode( barcode ) ;
130  barcode++ ;
131  Vtx->add_particle_out(APart) ;
132  }
133 
134  }
135 
136  fEvt->add_vertex(Vtx) ;
137  fEvt->set_event_number(e.id().event()) ;
138  fEvt->set_signal_process_id(20) ;
139 
140  if ( fVerbosity > 0 )
141  {
142  fEvt->print() ;
143  }
144 
145  auto_ptr<HepMCProduct> BProduct(new HepMCProduct()) ;
146  BProduct->addHepMCData( fEvt );
147  e.put(BProduct);
148 
149  auto_ptr<GenEventInfoProduct> genEventInfo(new GenEventInfoProduct(fEvt));
150  e.put(genEventInfo);
151 
152  if ( fVerbosity > 0 )
153  {
154  // for testing purpose only
155  // fEvt->print() ; // prints empty info after it's made into edm::Event
156  std::cout << " FlatRandomPGunProducer : Event Generation Done " << std::endl;
157  }
158 }
EventNumber_t event() const
Definition: EventID.h:44
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
Geom::Theta< T > theta() const
T eta() const
ESHandle< HepPDT::ParticleDataTable > fPDGTable
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:116
T sqrt(T t)
Definition: SSEVec.h:48
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
double f[11][100]
std::vector< int > fPartIDs
HepPDT::ParticleData ParticleData
virtual CLHEP::HepRandomEngine & getEngine(StreamID const &) const =0
Use this engine in event methods.
edm::EventID id() const
Definition: EventBase.h:56
StreamID streamID() const
Definition: Event.h:75
tuple cout
Definition: gather_cfg.py:121
Definition: DDAxes.h:10

Member Data Documentation

double edm::ExpoRandomPGunProducer::fMaxP
protected

Definition at line 32 of file ExpoRandomPGunProducer.h.

Referenced by ExpoRandomPGunProducer(), and produce().

double edm::ExpoRandomPGunProducer::fMinP
protected

Definition at line 31 of file ExpoRandomPGunProducer.h.

Referenced by ExpoRandomPGunProducer(), and produce().