#include <FlatEvtVtxGenerator.h>
Public Member Functions | |
FlatEvtVtxGenerator (const edm::ParameterSet &p) | |
FlatEvtVtxGenerator (const FlatEvtVtxGenerator &p)=delete | |
const TMatrixD * | GetInvLorentzBoost () const override |
void | maxX (double m=0) |
set max in X in cm More... | |
void | maxY (double m=0) |
set max in Y in cm More... | |
void | maxZ (double m=0) |
set max in Z in cm More... | |
void | minX (double m=0.0) |
set min in X in cm More... | |
void | minY (double m=0.0) |
set min in Y in cm More... | |
void | minZ (double m=0.0) |
set min in Z in cm More... | |
HepMC::FourVector | newVertex (CLHEP::HepRandomEngine *) const override |
return a new event vertex More... | |
FlatEvtVtxGenerator & | operator= (const FlatEvtVtxGenerator &rhs)=delete |
~FlatEvtVtxGenerator () override | |
Public Member Functions inherited from BaseEvtVtxGenerator | |
BaseEvtVtxGenerator (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~BaseEvtVtxGenerator () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Attributes | |
double | fMaxT |
double | fMaxX |
double | fMaxY |
double | fMaxZ |
double | fMinT |
double | fMinX |
double | fMinY |
double | fMinZ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 22 of file FlatEvtVtxGenerator.h.
FlatEvtVtxGenerator::FlatEvtVtxGenerator | ( | const edm::ParameterSet & | p | ) |
Definition at line 15 of file FlatEvtVtxGenerator.cc.
References Exception, fMaxT, fMaxX, fMaxY, fMaxZ, fMinT, fMinX, fMinY, fMinZ, and AlCaHLTBitMon_ParallelJobs::p.
|
delete |
Copy constructor
|
override |
Definition at line 46 of file FlatEvtVtxGenerator.cc.
|
inlineoverridevirtual |
This method - and the comment - is a left-over from COBRA-OSCAR time : return the last generated event vertex. If no vertex has been generated yet, a NULL pointer is returned.
Implements BaseEvtVtxGenerator.
Definition at line 35 of file FlatEvtVtxGenerator.h.
void FlatEvtVtxGenerator::maxX | ( | double | m = 0 | ) |
set max in X in cm
Definition at line 68 of file FlatEvtVtxGenerator.cc.
References fMaxX, and SiStripPI::max.
void FlatEvtVtxGenerator::maxY | ( | double | m = 0 | ) |
set max in Y in cm
Definition at line 70 of file FlatEvtVtxGenerator.cc.
References fMaxY, and SiStripPI::max.
void FlatEvtVtxGenerator::maxZ | ( | double | m = 0 | ) |
set max in Z in cm
Definition at line 72 of file FlatEvtVtxGenerator.cc.
References fMaxZ, and SiStripPI::max.
void FlatEvtVtxGenerator::minX | ( | double | m = 0.0 | ) |
set min in X in cm
Definition at line 62 of file FlatEvtVtxGenerator.cc.
References fMinX, and SiStripPI::min.
void FlatEvtVtxGenerator::minY | ( | double | m = 0.0 | ) |
set min in Y in cm
Definition at line 64 of file FlatEvtVtxGenerator.cc.
References fMinY, and SiStripPI::min.
void FlatEvtVtxGenerator::minZ | ( | double | m = 0.0 | ) |
set min in Z in cm
Definition at line 66 of file FlatEvtVtxGenerator.cc.
References fMinZ, and SiStripPI::min.
|
overridevirtual |
return a new event vertex
Implements BaseEvtVtxGenerator.
Definition at line 49 of file FlatEvtVtxGenerator.cc.
References fMaxT, fMaxX, fMaxY, fMaxZ, fMinT, fMinX, fMinY, and fMinZ.
|
delete |
Copy assignment operator
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), and newVertex().
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxX(), and newVertex().
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxY(), and newVertex().
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxZ(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minX(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minY(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minZ(), and newVertex().