CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Member Functions | Private Attributes
PlotMillePedeIOV Class Reference

#include <PlotMillePedeIOV.h>

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)
 
GFHistManagerGetHistManager ()
 
PlotMillePedeGetPlotMillePede (unsigned int i)
 
const TString & GetTitle () const
 
 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)
 
void SetTitle (const char *title)
 
TString Unique (const char *name) const
 
virtual ~PlotMillePedeIOV ()
 

Private Attributes

GFHistManagerfHistManager
 
std::vector< PlotMillePede * > fIovs
 
TString fTitle
 

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 
)
GFHistManager* PlotMillePedeIOV::GetHistManager ( )
inline

Definition at line 61 of file PlotMillePedeIOV.h.

References fHistManager.

61 { return fHistManager;}
GFHistManager * fHistManager
PlotMillePede* PlotMillePedeIOV::GetPlotMillePede ( unsigned int  i)
inline

Definition at line 62 of file PlotMillePedeIOV.h.

References fIovs, and i.

62 { return (i < fIovs.size() ? fIovs[i] : 0);}
int i
Definition: DBlmapReader.cc:9
std::vector< PlotMillePede * > fIovs
const TString& PlotMillePedeIOV::GetTitle ( ) const
inline

Definition at line 60 of file PlotMillePedeIOV.h.

References fTitle.

60 { return fTitle;}
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 
)
void PlotMillePedeIOV::SetTitle ( const char *  title)
inline

Definition at line 59 of file PlotMillePedeIOV.h.

References fTitle, and indexGen::title.

59 {fTitle = title;}
TString PlotMillePedeIOV::Unique ( const char *  name) const

Member Data Documentation

GFHistManager* PlotMillePedeIOV::fHistManager
private

Definition at line 90 of file PlotMillePedeIOV.h.

Referenced by GetHistManager().

std::vector<PlotMillePede*> PlotMillePedeIOV::fIovs
private

Definition at line 91 of file PlotMillePedeIOV.h.

Referenced by GetPlotMillePede().

TString PlotMillePedeIOV::fTitle
private

Definition at line 92 of file PlotMillePedeIOV.h.

Referenced by GetTitle(), and SetTitle().