#include <AlignmentMonitorSurvey.h>
Public Member Functions | |
AlignmentMonitorSurvey (const edm::ParameterSet &) | |
void | book () override |
Book or retrieve histograms; MUST be reimplemented. More... | |
void | event (const edm::Event &, const edm::EventSetup &, const ConstTrajTrackPairCollection &) override |
Called for each event (by "run()"): may be reimplemented. More... | |
Public Member Functions inherited from AlignmentMonitorBase | |
virtual void | afterAlignment () |
AlignmentMonitorBase (const edm::ParameterSet &cfg, std::string name) | |
Constructor. More... | |
void | beginOfJob (AlignableTracker *pTracker, AlignableMuon *pMuon, AlignmentParameterStore *pStore) |
Called at beginning of job: don't reimplement. More... | |
void | duringLoop (const edm::Event &iEvent, const edm::EventSetup &iSetup, const ConstTrajTrackPairCollection &iTrajTracks) |
Called for each event: don't reimplement. More... | |
void | endOfJob () |
Called at end of processing: don't implement. More... | |
void | endOfLoop () |
Called at end of loop: don't reimplement. More... | |
void | startingNewLoop () |
Called at beginning of loop: don't reimplement. More... | |
virtual | ~AlignmentMonitorBase () |
Destructor. More... | |
Private Attributes | |
std::vector< std::string > | levelNames_ |
std::vector< align::StructureType > | theLevels |
Additional Inherited Members | |
Public Types inherited from AlignmentMonitorBase | |
typedef std::pair< const Trajectory *, const reco::Track * > | ConstTrajTrackPair |
typedef std::vector< ConstTrajTrackPair > | ConstTrajTrackPairCollection |
Protected Member Functions inherited from AlignmentMonitorBase | |
TH1F * | book1D (std::string dir, std::string name, std::string title, int nchX, double lowX, double highX) |
TH2F * | book2D (std::string dir, std::string name, std::string title, int nchX, double lowX, double highX, int nchY, double lowY, double highY) |
TProfile * | bookProfile (std::string dir, std::string name, std::string title, int nchX, double lowX, double highX, int nchY=1, double lowY=0., double highY=0., const char *option="s") |
TFileDirectory * | directory (std::string dir) |
int | iteration () |
AlignableMuon * | pMuon () |
AlignableNavigator * | pNavigator () |
AlignmentParameterStore * | pStore () |
AlignableTracker * | pTracker () |
Protected Attributes inherited from AlignmentMonitorBase | |
const edm::InputTag | m_beamSpotTag |
Definition at line 21 of file AlignmentMonitorSurvey.h.
AlignmentMonitorSurvey::AlignmentMonitorSurvey | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 7 of file AlignmentMonitorSurvey.cc.
|
overridevirtual |
Book or retrieve histograms; MUST be reimplemented.
Implements AlignmentMonitorBase.
Definition at line 13 of file AlignmentMonitorSurvey.cc.
References AlignmentParameterStore::alignables(), Vispa.Plugins.EdmBrowser.EdmDataAccessor::all(), AlignableObjectId::commonObjectIdProvider(), DEFINE_EDM_PLUGIN, AlignmentMonitorBase::directory(), mps_fire::i, triggerObjects_cff::id, Alignable::id(), checklumidiff::l, hcalDigis_cfi::level, fwlog::levelName(), levelNames_, TFileDirectory::make(), AlignmentMonitorBase::pMuon(), AlignmentMonitorBase::pStore(), AlignmentMonitorBase::pTracker(), SurveyResidual::sensorResidual(), and theLevels.
|
inlineoverridevirtual |
Called for each event (by "run()"): may be reimplemented.
Reimplemented from AlignmentMonitorBase.
Definition at line 30 of file AlignmentMonitorSurvey.h.
Referenced by Types.EventID::cppID().
|
private |
Definition at line 35 of file AlignmentMonitorSurvey.h.
Referenced by book().
|
private |
Definition at line 37 of file AlignmentMonitorSurvey.h.
Referenced by book().