11#include <framework/core/HistoModule.h>
12#include <framework/datastore/StoreObjPtr.h>
13#include <framework/datastore/StoreArray.h>
14#include <vxd/dataobjects/VxdID.h>
48 void event() override final;
HistoModule()
Constructor.
void initialize() override final
initializes the needed store arrays and histograms
int m_binsS
number of bins for the histograms of the sagitta
StoreArray< RecoTrack > m_outputRecoTracks
tracks without the PDX hits
int m_binsV
number of bins for the histograms of the v residuals
std::string m_particleListName
Name of the particle list to which the module is applied.
std::map< VxdID, TH1F * > m_hResV
histos for the residual of the PXD hits' v component for each PXD module
void defineHisto() override final
actually defines the histograms
std::map< VxdID, Double_t > m_dwAlignment
Bowing amplitude of the PXD modules inside the alignment.
virtual ~PXDDQMBowingModule()
Virtual destructor (base class)
void event() override final
Refits tracks without PXD hits and calculate the residuals for the PXD layers.
Double_t m_cutZ0
value fot the cut on absolute value of the track parameter z0
std::map< VxdID, TH1F * > m_hSagitta
histos of the sagitta for each PXD module
Double_t m_rangeS
range for the histos of the sagitta
std::string m_histogramDirectoryName
Name of the directory where the histogram will be placed.
PXDDQMBowingModule()
Constructor: Sets the description, the properties and the parameters of the module.
Double_t m_cutResU
value fot the cut on absolute value of the u residuals
Double_t m_rangeV
range for the histos of the v residuls
StoreArray< RecoTrack > m_recoTracks
store array of the recoTracks related to the particles selected with m_ParticleList
void beginRun() override final
Resets the histograms for each run and print ROI size in v.
StoreObjPtr< ParticleList > m_ParticleList
particle list on which run the module (need to be charged particles to have some results)
std::string m_outputRecoTracksArrayName
Name of the StoreArray with the recoTracks without PXD hits.
Double_t m_cutP
value fot the cut on the momentum of the particle
Double_t m_cutD0
value fot the cut on absolute value of the track parameter d0
ParticleList is a container class that stores a collection of Particle objects.
This is the Reconstruction Event-Data Model Track.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.