|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #include "GaudiKernel/MsgStream.h"
20 tree.Branch(
"x",&
x,
"x[nclusters]/D");
21 tree.Branch(
"y",&
y,
"y[nclusters]/D");
22 tree.Branch(
"z",&
z,
"z[nclusters]/D");
23 tree.Branch(
"isPhi",&
isPhi,
"isPhi[nclusters]/O");
24 tree.Branch(
"techIndex",&
tIndex,
"techIndex[nclusters]/I");
25 tree.Branch(
"phiIndex",&
pIndex,
"phiIndex[nclusters]/I");
26 tree.Branch(
"isMatch",&
isMatch,
"isMatch[nclusters]/O");
27 tree.Branch(
"barcode",&
barcode,
"barcode[nclusters]/I");
29 tree.Branch(
"chi2",&
chi2,
"chi2[ntracks]/D");
31 tree.Branch(
"chi2T",&
chi2T,
"chi2T[ntracksT]/D");
40 tree.SetBranchAddress(
"x",&
x);
41 tree.SetBranchAddress(
"y",&
y);
42 tree.SetBranchAddress(
"z",&
z);
Muon::MuonStationIndex::TechnologyIndex m_tIndex
double chi2T[CLUSTERSIZE]
singleton-like access to IMessageSvc via open function and helper
static void clean(std::vector< Cluster * > &clusters)
void initForWrite(TTree &tree)
Muon::MuonStationIndex::PhiIndex m_pIndex
IMessageSvc * getMessageSvc(bool quiet=false)
void fill(const double &fillVal, FillType theFillType)
double chi2(TH1 *h0, TH1 *h1)
bool read(std::vector< Cluster * > &clusters)
void initForRead(TTree &tree)
double residualT[CLUSTERSIZE]
static const int CLUSTERSIZE
bool isMatch[CLUSTERSIZE]
double residual[CLUSTERSIZE]