#include <PlotMillePedeIOV.h>
List of all members.
Classes |
struct | ParId |
Public Member Functions |
void | AddAdditionalSel (const TString &xyzrPhiNhit, Float_t min, Float_t max) |
void | ClearAdditionalSel () |
void | DrawPedeParam (Option_t *option="", unsigned int nNonRigidParam=0) |
GFHistManager * | GetHistManager () |
| PlotMillePedeIOV (const char *fileName, Int_t maxIov=-1, Int_t hieraLevel=1) |
Int_t | PrepareAdd (bool addPlots) |
void | SetAlignableTypeId (Int_t alignableTypeId) |
void | SetBowsParameters (bool use=true) |
void | SetHieraLevel (Int_t hieraLevel) |
template<class T > |
void | SetLineMarkerStyle (T &object, Int_t num) const |
void | SetSubDetId (Int_t subDet) |
void | SetSubDetIds (Int_t id1, Int_t id2, Int_t id3=-1, Int_t id4=-1, Int_t id5=-1) |
TString | Unique (const char *name) const |
virtual | ~PlotMillePedeIOV () |
Private Attributes |
GFHistManager * | fHistManager |
std::vector< PlotMillePede * > | fIovs |
Detailed Description
Definition at line 51 of file PlotMillePedeIOV.h.
Constructor & Destructor Documentation
PlotMillePedeIOV::PlotMillePedeIOV |
( |
const char * |
fileName, |
|
|
Int_t |
maxIov = -1 , |
|
|
Int_t |
hieraLevel = 1 |
|
) |
| [explicit] |
virtual PlotMillePedeIOV::~PlotMillePedeIOV |
( |
| ) |
[virtual] |
Member Function Documentation
void PlotMillePedeIOV::AddAdditionalSel |
( |
const TString & |
xyzrPhiNhit, |
|
|
Float_t |
min, |
|
|
Float_t |
max |
|
) |
| |
void PlotMillePedeIOV::ClearAdditionalSel |
( |
| ) |
|
void PlotMillePedeIOV::DrawPedeParam |
( |
Option_t * |
option = "" , |
|
|
unsigned int |
nNonRigidParam = 0 |
|
) |
| |
Int_t PlotMillePedeIOV::PrepareAdd |
( |
bool |
addPlots | ) |
|
void PlotMillePedeIOV::SetAlignableTypeId |
( |
Int_t |
alignableTypeId | ) |
|
void PlotMillePedeIOV::SetBowsParameters |
( |
bool |
use = true | ) |
|
void PlotMillePedeIOV::SetHieraLevel |
( |
Int_t |
hieraLevel | ) |
|
template<class T >
void PlotMillePedeIOV::SetLineMarkerStyle |
( |
T & |
object, |
|
|
Int_t |
num |
|
) |
| const |
void PlotMillePedeIOV::SetSubDetId |
( |
Int_t |
subDet | ) |
|
void PlotMillePedeIOV::SetSubDetIds |
( |
Int_t |
id1, |
|
|
Int_t |
id2, |
|
|
Int_t |
id3 = -1 , |
|
|
Int_t |
id4 = -1 , |
|
|
Int_t |
id5 = -1 |
|
) |
| |
TString PlotMillePedeIOV::Unique |
( |
const char * |
name | ) |
const |
Member Data Documentation