#include <BeamProfileVtxGenerator.h>
Public Member Functions | |
void | beamPos (double m=0) |
set mean in Z in cm More... | |
BeamProfileVtxGenerator (const edm::ParameterSet &p) | |
void | eta (double m=0) |
set eta More... | |
virtual TMatrixD * | GetInvLorentzBoost () |
void | meanX (double m=0) |
set mean in X in cm More... | |
void | meanY (double m=0) |
set mean in Y in cm More... | |
virtual HepMC::FourVector * | newVertex () |
return a new event vertex More... | |
void | phi (double m=0) |
set phi in radian More... | |
void | psi (double m=999) |
set psi in radian More... | |
void | setType (bool m=true) |
set type More... | |
void | sigmaX (double s=1.0) |
set resolution in X in cm More... | |
void | sigmaY (double s=1.0) |
set resolution in Y in cm More... | |
virtual | ~BeamProfileVtxGenerator () |
Public Member Functions inherited from BaseEvtVtxGenerator | |
BaseEvtVtxGenerator (const edm::ParameterSet &) | |
virtual void | beginRun (edm::Run &, const edm::EventSetup &) |
virtual HepMC::FourVector * | lastVertex () |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
virtual | ~BaseEvtVtxGenerator () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
BeamProfileVtxGenerator (const BeamProfileVtxGenerator &p) | |
BeamProfileVtxGenerator & | operator= (const BeamProfileVtxGenerator &rhs) |
Private Attributes | |
std::vector< double > | fdistn |
double | fEta |
bool | ffile |
double | fMeanX |
double | fMeanY |
double | fMeanZ |
double | fPhi |
double | fPsi |
CLHEP::HepRandom * | fRandom |
double | fSigmaX |
double | fSigmaY |
double | fTheta |
double | fTimeOffset |
bool | fType |
int | nBinx |
int | nBiny |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from BaseEvtVtxGenerator | |
CLHEP::HepRandomEngine & | getEngine () |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Protected Attributes inherited from BaseEvtVtxGenerator | |
TMatrixD * | boost_ |
double | fTimeOffset |
HepMC::FourVector * | fVertex |
Definition at line 21 of file BeamProfileVtxGenerator.h.
BeamProfileVtxGenerator::BeamProfileVtxGenerator | ( | const edm::ParameterSet & | p | ) |
Definition at line 20 of file BeamProfileVtxGenerator.cc.
References beamPos(), HTMLExport::elem(), eta(), fdistn, fEta, ffile, mergeVDriftHistosByStation::file, fMeanX, fMeanY, fMeanZ, fPhi, fPsi, fSigmaX, fSigmaY, fTheta, fTimeOffset, fType, edm::ParameterSet::getParameter(), i, recoMuon::in, prof2calltree::last, meanX(), meanY(), nBinx, nBiny, phi(), psi(), setType(), sigmaX(), and sigmaY().
|
virtual |
|
private |
Copy constructor
|
inline |
set mean in Z in cm
Definition at line 46 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator().
void BeamProfileVtxGenerator::eta | ( | double | m = 0 | ) |
set eta
Definition at line 197 of file BeamProfileVtxGenerator.cc.
References create_public_lumi_plots::exp, fEta, fTheta, and alignCSCRings::s.
Referenced by BeamProfileVtxGenerator().
|
inlinevirtual |
Implements BaseEvtVtxGenerator.
Definition at line 31 of file BeamProfileVtxGenerator.h.
|
inline |
set mean in X in cm
Definition at line 42 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator().
|
inline |
set mean in Y in cm
Definition at line 44 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator().
|
virtual |
return a new event vertex
Implements BaseEvtVtxGenerator.
Definition at line 91 of file BeamProfileVtxGenerator.cc.
References funct::cos(), fdistn, ffile, fMeanX, fMeanY, fMeanZ, fPhi, fPsi, fRandom, fSigmaX, fSigmaY, fTheta, fTimeOffset, fType, BaseEvtVtxGenerator::fVertex, i, LogDebug, M_PI, nBinx, nBiny, diffTwoXMLs::r1, and funct::sin().
|
private |
Copy assignment operator
|
inline |
set phi in radian
Definition at line 51 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator().
|
inline |
set psi in radian
Definition at line 53 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator().
void BeamProfileVtxGenerator::setType | ( | bool | m = true | ) |
set type
Definition at line 202 of file BeamProfileVtxGenerator.cc.
References fRandom, fType, BaseEvtVtxGenerator::getEngine(), and alignCSCRings::s.
Referenced by BeamProfileVtxGenerator().
void BeamProfileVtxGenerator::sigmaX | ( | double | s = 1.0 | ) |
set resolution in X in cm
Definition at line 173 of file BeamProfileVtxGenerator.cc.
References fSigmaX, and alignCSCRings::s.
Referenced by BeamProfileVtxGenerator().
void BeamProfileVtxGenerator::sigmaY | ( | double | s = 1.0 | ) |
set resolution in Y in cm
Definition at line 185 of file BeamProfileVtxGenerator.cc.
References fSigmaY, and alignCSCRings::s.
Referenced by BeamProfileVtxGenerator().
|
private |
Definition at line 71 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), and newVertex().
|
private |
Definition at line 65 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), and eta().
|
private |
Definition at line 69 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), and newVertex().
|
private |
Definition at line 64 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), meanX(), and newVertex().
|
private |
Definition at line 64 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), meanY(), and newVertex().
|
private |
Definition at line 64 of file BeamProfileVtxGenerator.h.
Referenced by beamPos(), BeamProfileVtxGenerator(), and newVertex().
|
private |
Definition at line 65 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), newVertex(), and phi().
|
private |
Definition at line 67 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), newVertex(), and psi().
|
private |
Definition at line 72 of file BeamProfileVtxGenerator.h.
Referenced by newVertex(), setType(), and ~BeamProfileVtxGenerator().
|
private |
Definition at line 63 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), newVertex(), and sigmaX().
|
private |
Definition at line 63 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), newVertex(), and sigmaY().
|
private |
Definition at line 65 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), eta(), and newVertex().
|
private |
Definition at line 73 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), and newVertex().
|
private |
Definition at line 69 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), newVertex(), and setType().
|
private |
Definition at line 70 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), and newVertex().
|
private |
Definition at line 70 of file BeamProfileVtxGenerator.h.
Referenced by BeamProfileVtxGenerator(), and newVertex().