Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
h1analysis Class Reference

Definition at line 24 of file h1analysis.h.

Public Member Functions

 h1analysis (TTree *tree=0)
 
virtual ~h1analysis ()
 
void Begin (TTree *tree)
 
TListGetOutputList () const
 
void Init (TTree *tree)
 
Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
Bool_t Process (Long64_t entry)
 
void Reset ()
 
void SetInputList (TList *input)
 
void SetObject (TObject *obj)
 
void SetOption (const char *option)
 
void SlaveBegin (TTree *tree)
 
void SlaveTerminate ()
 
void Terminate ()
 
int Version () const
 
- Public Member Functions inherited from TSelector
 TSelector ()
 Default selector ctor. More...
 
virtual ~TSelector ()
 Selector destructor. More...
 
virtual void Abort (const char *why, EAbort what=kAbortProcess)
 Abort processing. More...
 
virtual EAbort GetAbort () const
 
virtual Int_t GetEntry (Long64_t, Int_t=0)
 
virtual TListGetInputList () const
 
virtual const char * GetOption () const
 
virtual Long64_t GetStatus () const
 
virtual void ImportOutput (TList *output)
 Imports the content of 'output' in the internal output list. More...
 
virtual Bool_t ProcessCut (Long64_t)
 
virtual void ProcessFill (Long64_t)
 
virtual void ResetAbort ()
 
virtual void SetStatus (Long64_t status)
 
- Public Member Functions inherited from TObject
 TObject ()
 TObject constructor. More...
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
ULong_t CheckedHash ()
 Checked and record whether for this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare abstract method. More...
 
virtual void Copy (TObject &object) const
 Copy this to obj. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad). More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
Bool_t HasInconsistentHash () const
 Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More...
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
void InvertBit (UInt_t f)
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
virtual Bool_t IsSortable () const
 
R__ALWAYS_INLINE Bool_t IsZombie () const
 
virtual void ls (Option_t *option="") const
 The ls function lists the contents of a class on stdout. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual void Print (Option_t *option="") const
 This method must be overridden when a class wants to print itself. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
R__ALWAYS_INLINE Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 

Public Attributes

Float_t aplan
 
TBranchb_aplan
 
TBranchb_covar
 
TBranchb_cpvtx_d
 
TBranchb_cpvtx_t
 
TBranchb_cvtxd0_r
 
TBranchb_dca
 
TBranchb_dca_d
 
TBranchb_dca_t
 
TBranchb_ddca_d
 
TBranchb_ddca_t
 
TBranchb_ddm_d
 
TBranchb_ddm_t
 
TBranchb_de33
 
TBranchb_de44
 
TBranchb_dept
 
TBranchb_dm_d
 
TBranchb_dm_t
 
TBranchb_dmd0_d
 
TBranchb_dmd0_t
 
TBranchb_drd0_d
 
TBranchb_drd0_dt
 
TBranchb_drd0_t
 
TBranchb_drd0_tt
 
TBranchb_drpd0_d
 
TBranchb_drpd0_t
 
TBranchb_dx33
 
TBranchb_dx44
 
TBranchb_dxpt
 
TBranchb_dxy_r
 
TBranchb_dy33
 
TBranchb_dy44
 
TBranchb_dypt
 
TBranchb_dz_r
 
TBranchb_E33
 
TBranchb_E44
 
TBranchb_E_j
 
TBranchb_Ebeamel
 
TBranchb_Ebeampr
 
TBranchb_Eelec
 
TBranchb_Ept
 
TBranchb_eta_j
 
TBranchb_etad0_d
 
TBranchb_etads_d
 
TBranchb_flagelec
 
TBranchb_ijetd0
 
TBranchb_ik
 
TBranchb_imu
 
TBranchb_imufe
 
TBranchb_ipi
 
TBranchb_ipis
 
TBranchb_kappa
 
TBranchb_L4subtr
 
TBranchb_L5class
 
TBranchb_lhk
 
TBranchb_lhpi
 
TBranchb_m_j
 
TBranchb_md0_d
 
TBranchb_md0_r
 
TBranchb_md0_t
 
TBranchb_Mimpbk_r
 
TBranchb_Mimpds_r
 
TBranchb_muqual
 
TBranchb_nds
 
TBranchb_nelec
 
TBranchb_nentry
 
TBranchb_nevent
 
TBranchb_nhitrp
 
TBranchb_nhitz
 
TBranchb_njets
 
TBranchb_nlhk
 
TBranchb_nlhpi
 
TBranchb_nnout
 
TBranchb_nrun
 
TBranchb_ntracks
 
TBranchb_ntrkxy_t
 
TBranchb_ntrkz_t
 
TBranchb_pd0_d
 
TBranchb_pd0_r
 
TBranchb_pd0_t
 
TBranchb_pds_d
 
TBranchb_pds_t
 
TBranchb_pelec
 
TBranchb_phi
 
TBranchb_phi_j
 
TBranchb_phielec
 
TBranchb_pk_r
 
TBranchb_plan
 
TBranchb_ppi_r
 
TBranchb_prbr_dt
 
TBranchb_prbr_tt
 
TBranchb_prbrp
 
TBranchb_prbxy_t
 
TBranchb_prbz
 
TBranchb_prbz_dt
 
TBranchb_prbz_t
 
TBranchb_prbz_tt
 
TBranchb_psi_r
 
TBranchb_pt
 
TBranchb_pt_j
 
TBranchb_ptd0_d
 
TBranchb_ptds_d
 
TBranchb_pthrust
 
TBranchb_pthrust2
 
TBranchb_ptr2d0_2
 
TBranchb_ptr2d0_3
 
TBranchb_ptr2d0_j
 
TBranchb_ptr3d0_3
 
TBranchb_ptr3d0_j
 
TBranchb_pvtx_d
 
TBranchb_pvtx_t
 
TBranchb_Q2eelec
 
TBranchb_Q2elec
 
TBranchb_Q2jbc
 
TBranchb_Q2jbct
 
TBranchb_Q2sigma
 
TBranchb_qds
 
TBranchb_rankds
 
TBranchb_rawtr
 
TBranchb_rd0_d
 
TBranchb_rd0_dt
 
TBranchb_rd0_t
 
TBranchb_rd0_tt
 
TBranchb_rend
 
TBranchb_rpd0_d
 
TBranchb_rpd0_t
 
TBranchb_rstart
 
TBranchb_spher
 
TBranchb_subtr
 
TBranchb_sumc
 
TBranchb_sumct
 
TBranchb_sumetc
 
TBranchb_sumetct
 
TBranchb_theta
 
TBranchb_theta_j
 
TBranchb_thetelec
 
TBranchb_thrust
 
TBranchb_thrust2
 
TBranchb_trelem
 
TBranchb_Vtxd0_r
 
TBranchb_x33
 
TBranchb_x44
 
TBranchb_xeelec
 
TBranchb_xelec
 
TBranchb_xpt
 
TBranchb_xsigma
 
TBranchb_y33
 
TBranchb_y44
 
TBranchb_yeelec
 
TBranchb_yjbc
 
TBranchb_yjbct
 
TBranchb_ypt
 
TBranchb_z0
 
Float_t covar [200][15]
 
Float_t cpvtx_d [6]
 
Float_t cpvtx_t [6]
 
Float_t cvtxd0_r [6]
 
Float_t dca [200]
 
Float_t dca_d [200]
 
Float_t dca_t [200]
 
Float_t ddca_d [200]
 
Float_t ddca_t [200]
 
Float_t ddm_d
 
Float_t ddm_t
 
Float_t de33
 
Float_t de44
 
Float_t dept
 
Float_t dm_d
 
Float_t dm_t
 
Float_t dmd0_d
 
Float_t dmd0_t
 
Float_t drd0_d
 
Float_t drd0_dt
 
Float_t drd0_t
 
Float_t drd0_tt
 
Float_t drpd0_d
 
Float_t drpd0_t
 
Float_t dx33
 
Float_t dx44
 
Float_t dxpt
 
Float_t dxy_r
 
Float_t dy33
 
Float_t dy44
 
Float_t dypt
 
Float_t dz_r
 
Float_t E33
 
Float_t E44
 
Float_t E_j [20]
 
Float_t Ebeamel
 
Float_t Ebeampr
 
Float_t Eelec [20]
 
TEntryListelist
 
Float_t Ept
 
Float_t eta_j [20]
 
Float_t etad0_d
 
Float_t etads_d
 
TTreefChain
 
Bool_t fillList
 
Int_t flagelec
 
Long64_t fProcessed
 
TH2Fh2
 
TH1Fhdmd
 
Int_t ijetd0
 
Int_t ik
 
Int_t imu
 
Int_t imufe
 
Int_t ipi
 
Int_t ipis
 
Float_t kappa [200]
 
UChar_t L4subtr [128]
 
UChar_t L5class [32]
 
Float_t lhk [200]
 
Float_t lhpi [200]
 
Float_t m_j [20]
 
Float_t md0_d
 
Float_t md0_r
 
Float_t md0_t
 
Float_t Mimpbk_r
 
Float_t Mimpds_r
 
Int_t muqual [200]
 
Int_t nds
 
Int_t nelec
 
Int_t nentry
 
Int_t nevent
 
Int_t nhitrp [200]
 
Int_t nhitz [200]
 
Int_t njets
 
Float_t nlhk [200]
 
Float_t nlhpi [200]
 
Float_t nnout [1]
 
Int_t nrun
 //pointer to the analyzed TTree or TChain More...
 
Int_t ntracks
 
Int_t ntrkxy_t
 
Int_t ntrkz_t
 
Float_t pd0_d [4]
 
Float_t pd0_r [4]
 
Float_t pd0_t [4]
 
Float_t pds_d [4]
 
Float_t pds_t [4]
 
Float_t pelec [4]
 
Float_t phi [200]
 
Float_t phi_j [20]
 
Float_t phielec [20]
 
Float_t pk_r [4]
 
Float_t plan
 
Float_t ppi_r [4]
 
Float_t prbr_dt
 
Float_t prbr_tt
 
Float_t prbrp [200]
 
Float_t prbxy_t
 
Float_t prbz [200]
 
Float_t prbz_dt
 
Float_t prbz_t
 
Float_t prbz_tt
 
Float_t psi_r
 
Float_t pt [200]
 
Float_t pt_j [20]
 
Float_t ptd0_d
 
Float_t ptds_d
 
Float_t pthrust [4]
 
Float_t pthrust2 [4]
 
Float_t ptr2d0_2
 
Float_t ptr2d0_3
 
Float_t ptr2d0_j
 
Float_t ptr3d0_3
 
Float_t ptr3d0_j
 
Float_t pvtx_d [3]
 
Float_t pvtx_t [3]
 
Float_t Q2eelec
 
Float_t Q2elec [20]
 
Float_t Q2jbc
 
Float_t Q2jbct
 
Float_t Q2sigma [20]
 
Int_t qds
 
Int_t rankds
 
UChar_t rawtr [128]
 
Float_t rd0_d
 
Float_t rd0_dt
 
Float_t rd0_t
 
Float_t rd0_tt
 
Float_t rend [200]
 
Float_t rpd0_d
 
Float_t rpd0_t
 
Float_t rstart [200]
 
Float_t spher
 
UChar_t subtr [128]
 
Float_t sumc [4]
 
Float_t sumct [4]
 
Float_t sumetc
 
Float_t sumetct
 
Float_t theta [200]
 
Float_t theta_j [20]
 
Float_t thetelec [20]
 
Float_t thrust
 
Float_t thrust2
 
UChar_t trelem [192]
 
Bool_t useList
 
Float_t Vtxd0_r [3]
 
Float_t x33
 
Float_t x44
 
Float_t xeelec
 
Float_t xelec [20]
 
Float_t xpt
 
Float_t xsigma [20]
 
Float_t y33
 
Float_t y44
 
Float_t yeelec
 
Float_t yjbc
 
Float_t yjbct
 
Float_t ypt
 
Float_t z0 [200]
 

Additional Inherited Members

- Public Types inherited from TSelector
enum  EAbort { kContinue, kAbortProcess, kAbortFile }
 
- Public Types inherited from TObject
enum  {
  kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kInconsistent = 0x08000000,
  kBitMask = 0x00ffffff
}
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
enum  EDeprecatedStatusBits { kObjInCanvas = BIT(3) }
 
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5),
  kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
- Static Public Member Functions inherited from TSelector
static TSelectorGetSelector (const char *filename)
 The code in filename is loaded (interpreted or compiled, see below), filename must contain a valid class implementation derived from TSelector. More...
 
static Bool_t IsStandardDraw (const char *selec)
 Find out if this is a standard selection used for Draw actions (either TSelectorDraw, TProofDraw or deriving from them). More...
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
void MakeZombie ()
 
- Protected Attributes inherited from TSelector
EAbort fAbort
 Abort status. More...
 
TListfInput
 List of objects available during processing. More...
 
TObjectfObject
 ! Current object if processing object (vs. TTree) More...
 
TString fOption
 Option given to TTree::Process. More...
 
TSelectorListfOutput
 ! List of objects created during processing More...
 
Long64_t fStatus
 Selector status. More...
 

#include </mnt/build/workspace/root-makedoc-v612/rootspi/rdoc/src/v6-12-00-patches/tutorials/tree/h1analysis.h>

Inheritance diagram for h1analysis:
[legend]

Constructor & Destructor Documentation

◆ h1analysis()

h1analysis::h1analysis ( TTree tree = 0)

Definition at line 369 of file h1analysis.h.

◆ ~h1analysis()

virtual h1analysis::~h1analysis ( )
inlinevirtual

Definition at line 345 of file h1analysis.h.

Member Function Documentation

◆ Begin()

void h1analysis::Begin ( TTree tree)
virtual

Reimplemented from TSelector.

◆ GetOutputList()

TList* h1analysis::GetOutputList ( ) const
inlinevirtual

Reimplemented from TSelector.

Definition at line 357 of file h1analysis.h.

◆ Init()

void h1analysis::Init ( TTree tree)
virtual

Reimplemented from TSelector.

Definition at line 390 of file h1analysis.h.

◆ Notify()

Bool_t h1analysis::Notify ( )
virtual

This method must be overridden to handle object notification.

Reimplemented from TSelector.

Definition at line 554 of file h1analysis.h.

◆ Process()

Bool_t h1analysis::Process ( Long64_t  entry)
virtual

Reimplemented from TSelector.

◆ Reset()

void h1analysis::Reset ( void  )

Definition at line 376 of file h1analysis.h.

◆ SetInputList()

void h1analysis::SetInputList ( TList input)
inlinevirtual

Reimplemented from TSelector.

Definition at line 356 of file h1analysis.h.

◆ SetObject()

void h1analysis::SetObject ( TObject obj)
inlinevirtual

Reimplemented from TSelector.

Definition at line 355 of file h1analysis.h.

◆ SetOption()

void h1analysis::SetOption ( const char *  option)
inlinevirtual

Reimplemented from TSelector.

Definition at line 354 of file h1analysis.h.

◆ SlaveBegin()

void h1analysis::SlaveBegin ( TTree tree)
virtual

Reimplemented from TSelector.

◆ SlaveTerminate()

void h1analysis::SlaveTerminate ( )
virtual

Reimplemented from TSelector.

◆ Terminate()

void h1analysis::Terminate ( )
virtual

Reimplemented from TSelector.

◆ Version()

int h1analysis::Version ( ) const
inlinevirtual

Reimplemented from TSelector.

Definition at line 348 of file h1analysis.h.

Member Data Documentation

◆ aplan

Float_t h1analysis::aplan

Definition at line 186 of file h1analysis.h.

◆ b_aplan

TBranch* h1analysis::b_aplan

Definition at line 340 of file h1analysis.h.

◆ b_covar

TBranch* h1analysis::b_covar

Definition at line 310 of file h1analysis.h.

◆ b_cpvtx_d

TBranch* h1analysis::b_cpvtx_d

Definition at line 241 of file h1analysis.h.

◆ b_cpvtx_t

TBranch* h1analysis::b_cpvtx_t

Definition at line 243 of file h1analysis.h.

◆ b_cvtxd0_r

TBranch* h1analysis::b_cvtxd0_r

Definition at line 275 of file h1analysis.h.

◆ b_dca

TBranch* h1analysis::b_dca

Definition at line 308 of file h1analysis.h.

◆ b_dca_d

TBranch* h1analysis::b_dca_d

Definition at line 321 of file h1analysis.h.

◆ b_dca_t

TBranch* h1analysis::b_dca_t

Definition at line 323 of file h1analysis.h.

◆ b_ddca_d

TBranch* h1analysis::b_ddca_d

Definition at line 322 of file h1analysis.h.

◆ b_ddca_t

TBranch* h1analysis::b_ddca_t

Definition at line 324 of file h1analysis.h.

◆ b_ddm_d

TBranch* h1analysis::b_ddm_d

Definition at line 255 of file h1analysis.h.

◆ b_ddm_t

TBranch* h1analysis::b_ddm_t

Definition at line 258 of file h1analysis.h.

◆ b_de33

TBranch* h1analysis::b_de33

Definition at line 200 of file h1analysis.h.

◆ b_de44

TBranch* h1analysis::b_de44

Definition at line 206 of file h1analysis.h.

◆ b_dept

TBranch* h1analysis::b_dept

Definition at line 212 of file h1analysis.h.

◆ b_dm_d

TBranch* h1analysis::b_dm_d

Definition at line 254 of file h1analysis.h.

◆ b_dm_t

TBranch* h1analysis::b_dm_t

Definition at line 257 of file h1analysis.h.

◆ b_dmd0_d

TBranch* h1analysis::b_dmd0_d

Definition at line 266 of file h1analysis.h.

◆ b_dmd0_t

TBranch* h1analysis::b_dmd0_t

Definition at line 269 of file h1analysis.h.

◆ b_drd0_d

TBranch* h1analysis::b_drd0_d

Definition at line 280 of file h1analysis.h.

◆ b_drd0_dt

TBranch* h1analysis::b_drd0_dt

Definition at line 288 of file h1analysis.h.

◆ b_drd0_t

TBranch* h1analysis::b_drd0_t

Definition at line 284 of file h1analysis.h.

◆ b_drd0_tt

TBranch* h1analysis::b_drd0_tt

Definition at line 292 of file h1analysis.h.

◆ b_drpd0_d

TBranch* h1analysis::b_drpd0_d

Definition at line 282 of file h1analysis.h.

◆ b_drpd0_t

TBranch* h1analysis::b_drpd0_t

Definition at line 286 of file h1analysis.h.

◆ b_dx33

TBranch* h1analysis::b_dx33

Definition at line 202 of file h1analysis.h.

◆ b_dx44

TBranch* h1analysis::b_dx44

Definition at line 208 of file h1analysis.h.

◆ b_dxpt

TBranch* h1analysis::b_dxpt

Definition at line 214 of file h1analysis.h.

◆ b_dxy_r

TBranch* h1analysis::b_dxy_r

Definition at line 276 of file h1analysis.h.

◆ b_dy33

TBranch* h1analysis::b_dy33

Definition at line 204 of file h1analysis.h.

◆ b_dy44

TBranch* h1analysis::b_dy44

Definition at line 210 of file h1analysis.h.

◆ b_dypt

TBranch* h1analysis::b_dypt

Definition at line 216 of file h1analysis.h.

◆ b_dz_r

TBranch* h1analysis::b_dz_r

Definition at line 277 of file h1analysis.h.

◆ b_E33

TBranch* h1analysis::b_E33

Definition at line 199 of file h1analysis.h.

◆ b_E44

TBranch* h1analysis::b_E44

Definition at line 205 of file h1analysis.h.

◆ b_E_j

TBranch* h1analysis::b_E_j

Definition at line 329 of file h1analysis.h.

◆ b_Ebeamel

TBranch* h1analysis::b_Ebeamel

Definition at line 238 of file h1analysis.h.

◆ b_Ebeampr

TBranch* h1analysis::b_Ebeampr

Definition at line 239 of file h1analysis.h.

◆ b_Eelec

TBranch* h1analysis::b_Eelec

Definition at line 223 of file h1analysis.h.

◆ b_Ept

TBranch* h1analysis::b_Ept

Definition at line 211 of file h1analysis.h.

◆ b_eta_j

TBranch* h1analysis::b_eta_j

Definition at line 332 of file h1analysis.h.

◆ b_etad0_d

TBranch* h1analysis::b_etad0_d

Definition at line 264 of file h1analysis.h.

◆ b_etads_d

TBranch* h1analysis::b_etads_d

Definition at line 253 of file h1analysis.h.

◆ b_flagelec

TBranch* h1analysis::b_flagelec

Definition at line 218 of file h1analysis.h.

◆ b_ijetd0

TBranch* h1analysis::b_ijetd0

Definition at line 295 of file h1analysis.h.

◆ b_ik

TBranch* h1analysis::b_ik

Definition at line 259 of file h1analysis.h.

◆ b_imu

TBranch* h1analysis::b_imu

Definition at line 326 of file h1analysis.h.

◆ b_imufe

TBranch* h1analysis::b_imufe

Definition at line 327 of file h1analysis.h.

◆ b_ipi

TBranch* h1analysis::b_ipi

Definition at line 260 of file h1analysis.h.

◆ b_ipis

TBranch* h1analysis::b_ipis

Definition at line 261 of file h1analysis.h.

◆ b_kappa

TBranch* h1analysis::b_kappa

Definition at line 305 of file h1analysis.h.

◆ b_L4subtr

TBranch* h1analysis::b_L4subtr

Definition at line 197 of file h1analysis.h.

◆ b_L5class

TBranch* h1analysis::b_L5class

Definition at line 198 of file h1analysis.h.

◆ b_lhk

TBranch* h1analysis::b_lhk

Definition at line 317 of file h1analysis.h.

◆ b_lhpi

TBranch* h1analysis::b_lhpi

Definition at line 318 of file h1analysis.h.

◆ b_m_j

TBranch* h1analysis::b_m_j

Definition at line 334 of file h1analysis.h.

◆ b_md0_d

TBranch* h1analysis::b_md0_d

Definition at line 265 of file h1analysis.h.

◆ b_md0_r

TBranch* h1analysis::b_md0_r

Definition at line 273 of file h1analysis.h.

◆ b_md0_t

TBranch* h1analysis::b_md0_t

Definition at line 268 of file h1analysis.h.

◆ b_Mimpbk_r

TBranch* h1analysis::b_Mimpbk_r

Definition at line 302 of file h1analysis.h.

◆ b_Mimpds_r

TBranch* h1analysis::b_Mimpds_r

Definition at line 301 of file h1analysis.h.

◆ b_muqual

TBranch* h1analysis::b_muqual

Definition at line 325 of file h1analysis.h.

◆ b_nds

TBranch* h1analysis::b_nds

Definition at line 248 of file h1analysis.h.

◆ b_nelec

TBranch* h1analysis::b_nelec

Definition at line 222 of file h1analysis.h.

◆ b_nentry

TBranch* h1analysis::b_nentry

Definition at line 193 of file h1analysis.h.

◆ b_nevent

TBranch* h1analysis::b_nevent

Definition at line 192 of file h1analysis.h.

◆ b_nhitrp

TBranch* h1analysis::b_nhitrp

Definition at line 311 of file h1analysis.h.

◆ b_nhitz

TBranch* h1analysis::b_nhitz

Definition at line 313 of file h1analysis.h.

◆ b_njets

TBranch* h1analysis::b_njets

Definition at line 328 of file h1analysis.h.

◆ b_nlhk

TBranch* h1analysis::b_nlhk

Definition at line 319 of file h1analysis.h.

◆ b_nlhpi

TBranch* h1analysis::b_nlhpi

Definition at line 320 of file h1analysis.h.

◆ b_nnout

TBranch* h1analysis::b_nnout

Definition at line 342 of file h1analysis.h.

◆ b_nrun

TBranch* h1analysis::b_nrun

Definition at line 191 of file h1analysis.h.

◆ b_ntracks

TBranch* h1analysis::b_ntracks

Definition at line 303 of file h1analysis.h.

◆ b_ntrkxy_t

TBranch* h1analysis::b_ntrkxy_t

Definition at line 244 of file h1analysis.h.

◆ b_ntrkz_t

TBranch* h1analysis::b_ntrkz_t

Definition at line 246 of file h1analysis.h.

◆ b_pd0_d

TBranch* h1analysis::b_pd0_d

Definition at line 262 of file h1analysis.h.

◆ b_pd0_r

TBranch* h1analysis::b_pd0_r

Definition at line 272 of file h1analysis.h.

◆ b_pd0_t

TBranch* h1analysis::b_pd0_t

Definition at line 267 of file h1analysis.h.

◆ b_pds_d

TBranch* h1analysis::b_pds_d

Definition at line 251 of file h1analysis.h.

◆ b_pds_t

TBranch* h1analysis::b_pds_t

Definition at line 256 of file h1analysis.h.

◆ b_pelec

TBranch* h1analysis::b_pelec

Definition at line 217 of file h1analysis.h.

◆ b_phi

TBranch* h1analysis::b_phi

Definition at line 306 of file h1analysis.h.

◆ b_phi_j

TBranch* h1analysis::b_phi_j

Definition at line 333 of file h1analysis.h.

◆ b_phielec

TBranch* h1analysis::b_phielec

Definition at line 225 of file h1analysis.h.

◆ b_pk_r

TBranch* h1analysis::b_pk_r

Definition at line 270 of file h1analysis.h.

◆ b_plan

TBranch* h1analysis::b_plan

Definition at line 341 of file h1analysis.h.

◆ b_ppi_r

TBranch* h1analysis::b_ppi_r

Definition at line 271 of file h1analysis.h.

◆ b_prbr_dt

TBranch* h1analysis::b_prbr_dt

Definition at line 289 of file h1analysis.h.

◆ b_prbr_tt

TBranch* h1analysis::b_prbr_tt

Definition at line 293 of file h1analysis.h.

◆ b_prbrp

TBranch* h1analysis::b_prbrp

Definition at line 312 of file h1analysis.h.

◆ b_prbxy_t

TBranch* h1analysis::b_prbxy_t

Definition at line 245 of file h1analysis.h.

◆ b_prbz

TBranch* h1analysis::b_prbz

Definition at line 314 of file h1analysis.h.

◆ b_prbz_dt

TBranch* h1analysis::b_prbz_dt

Definition at line 290 of file h1analysis.h.

◆ b_prbz_t

TBranch* h1analysis::b_prbz_t

Definition at line 247 of file h1analysis.h.

◆ b_prbz_tt

TBranch* h1analysis::b_prbz_tt

Definition at line 294 of file h1analysis.h.

◆ b_psi_r

TBranch* h1analysis::b_psi_r

Definition at line 278 of file h1analysis.h.

◆ b_pt

TBranch* h1analysis::b_pt

Definition at line 304 of file h1analysis.h.

◆ b_pt_j

TBranch* h1analysis::b_pt_j

Definition at line 330 of file h1analysis.h.

◆ b_ptd0_d

TBranch* h1analysis::b_ptd0_d

Definition at line 263 of file h1analysis.h.

◆ b_ptds_d

TBranch* h1analysis::b_ptds_d

Definition at line 252 of file h1analysis.h.

◆ b_pthrust

TBranch* h1analysis::b_pthrust

Definition at line 336 of file h1analysis.h.

◆ b_pthrust2

TBranch* h1analysis::b_pthrust2

Definition at line 338 of file h1analysis.h.

◆ b_ptr2d0_2

TBranch* h1analysis::b_ptr2d0_2

Definition at line 300 of file h1analysis.h.

◆ b_ptr2d0_3

TBranch* h1analysis::b_ptr2d0_3

Definition at line 299 of file h1analysis.h.

◆ b_ptr2d0_j

TBranch* h1analysis::b_ptr2d0_j

Definition at line 297 of file h1analysis.h.

◆ b_ptr3d0_3

TBranch* h1analysis::b_ptr3d0_3

Definition at line 298 of file h1analysis.h.

◆ b_ptr3d0_j

TBranch* h1analysis::b_ptr3d0_j

Definition at line 296 of file h1analysis.h.

◆ b_pvtx_d

TBranch* h1analysis::b_pvtx_d

Definition at line 240 of file h1analysis.h.

◆ b_pvtx_t

TBranch* h1analysis::b_pvtx_t

Definition at line 242 of file h1analysis.h.

◆ b_Q2eelec

TBranch* h1analysis::b_Q2eelec

Definition at line 221 of file h1analysis.h.

◆ b_Q2elec

TBranch* h1analysis::b_Q2elec

Definition at line 227 of file h1analysis.h.

◆ b_Q2jbc

TBranch* h1analysis::b_Q2jbc

Definition at line 233 of file h1analysis.h.

◆ b_Q2jbct

TBranch* h1analysis::b_Q2jbct

Definition at line 237 of file h1analysis.h.

◆ b_Q2sigma

TBranch* h1analysis::b_Q2sigma

Definition at line 229 of file h1analysis.h.

◆ b_qds

TBranch* h1analysis::b_qds

Definition at line 250 of file h1analysis.h.

◆ b_rankds

TBranch* h1analysis::b_rankds

Definition at line 249 of file h1analysis.h.

◆ b_rawtr

TBranch* h1analysis::b_rawtr

Definition at line 196 of file h1analysis.h.

◆ b_rd0_d

TBranch* h1analysis::b_rd0_d

Definition at line 279 of file h1analysis.h.

◆ b_rd0_dt

TBranch* h1analysis::b_rd0_dt

Definition at line 287 of file h1analysis.h.

◆ b_rd0_t

TBranch* h1analysis::b_rd0_t

Definition at line 283 of file h1analysis.h.

◆ b_rd0_tt

TBranch* h1analysis::b_rd0_tt

Definition at line 291 of file h1analysis.h.

◆ b_rend

TBranch* h1analysis::b_rend

Definition at line 316 of file h1analysis.h.

◆ b_rpd0_d

TBranch* h1analysis::b_rpd0_d

Definition at line 281 of file h1analysis.h.

◆ b_rpd0_t

TBranch* h1analysis::b_rpd0_t

Definition at line 285 of file h1analysis.h.

◆ b_rstart

TBranch* h1analysis::b_rstart

Definition at line 315 of file h1analysis.h.

◆ b_spher

TBranch* h1analysis::b_spher

Definition at line 339 of file h1analysis.h.

◆ b_subtr

TBranch* h1analysis::b_subtr

Definition at line 195 of file h1analysis.h.

◆ b_sumc

TBranch* h1analysis::b_sumc

Definition at line 230 of file h1analysis.h.

◆ b_sumct

TBranch* h1analysis::b_sumct

Definition at line 234 of file h1analysis.h.

◆ b_sumetc

TBranch* h1analysis::b_sumetc

Definition at line 231 of file h1analysis.h.

◆ b_sumetct

TBranch* h1analysis::b_sumetct

Definition at line 235 of file h1analysis.h.

◆ b_theta

TBranch* h1analysis::b_theta

Definition at line 307 of file h1analysis.h.

◆ b_theta_j

TBranch* h1analysis::b_theta_j

Definition at line 331 of file h1analysis.h.

◆ b_thetelec

TBranch* h1analysis::b_thetelec

Definition at line 224 of file h1analysis.h.

◆ b_thrust

TBranch* h1analysis::b_thrust

Definition at line 335 of file h1analysis.h.

◆ b_thrust2

TBranch* h1analysis::b_thrust2

Definition at line 337 of file h1analysis.h.

◆ b_trelem

TBranch* h1analysis::b_trelem

Definition at line 194 of file h1analysis.h.

◆ b_Vtxd0_r

TBranch* h1analysis::b_Vtxd0_r

Definition at line 274 of file h1analysis.h.

◆ b_x33

TBranch* h1analysis::b_x33

Definition at line 201 of file h1analysis.h.

◆ b_x44

TBranch* h1analysis::b_x44

Definition at line 207 of file h1analysis.h.

◆ b_xeelec

TBranch* h1analysis::b_xeelec

Definition at line 219 of file h1analysis.h.

◆ b_xelec

TBranch* h1analysis::b_xelec

Definition at line 226 of file h1analysis.h.

◆ b_xpt

TBranch* h1analysis::b_xpt

Definition at line 213 of file h1analysis.h.

◆ b_xsigma

TBranch* h1analysis::b_xsigma

Definition at line 228 of file h1analysis.h.

◆ b_y33

TBranch* h1analysis::b_y33

Definition at line 203 of file h1analysis.h.

◆ b_y44

TBranch* h1analysis::b_y44

Definition at line 209 of file h1analysis.h.

◆ b_yeelec

TBranch* h1analysis::b_yeelec

Definition at line 220 of file h1analysis.h.

◆ b_yjbc

TBranch* h1analysis::b_yjbc

Definition at line 232 of file h1analysis.h.

◆ b_yjbct

TBranch* h1analysis::b_yjbct

Definition at line 236 of file h1analysis.h.

◆ b_ypt

TBranch* h1analysis::b_ypt

Definition at line 215 of file h1analysis.h.

◆ b_z0

TBranch* h1analysis::b_z0

Definition at line 309 of file h1analysis.h.

◆ covar

Float_t h1analysis::covar[200][15]

Definition at line 156 of file h1analysis.h.

◆ cpvtx_d

Float_t h1analysis::cpvtx_d[6]

Definition at line 87 of file h1analysis.h.

◆ cpvtx_t

Float_t h1analysis::cpvtx_t[6]

Definition at line 89 of file h1analysis.h.

◆ cvtxd0_r

Float_t h1analysis::cvtxd0_r[6]

Definition at line 121 of file h1analysis.h.

◆ dca

Float_t h1analysis::dca[200]

Definition at line 154 of file h1analysis.h.

◆ dca_d

Float_t h1analysis::dca_d[200]

Definition at line 167 of file h1analysis.h.

◆ dca_t

Float_t h1analysis::dca_t[200]

Definition at line 169 of file h1analysis.h.

◆ ddca_d

Float_t h1analysis::ddca_d[200]

Definition at line 168 of file h1analysis.h.

◆ ddca_t

Float_t h1analysis::ddca_t[200]

Definition at line 170 of file h1analysis.h.

◆ ddm_d

Float_t h1analysis::ddm_d

Definition at line 101 of file h1analysis.h.

◆ ddm_t

Float_t h1analysis::ddm_t

Definition at line 104 of file h1analysis.h.

◆ de33

Float_t h1analysis::de33

Definition at line 46 of file h1analysis.h.

◆ de44

Float_t h1analysis::de44

Definition at line 52 of file h1analysis.h.

◆ dept

Float_t h1analysis::dept

Definition at line 58 of file h1analysis.h.

◆ dm_d

Float_t h1analysis::dm_d

Definition at line 100 of file h1analysis.h.

◆ dm_t

Float_t h1analysis::dm_t

Definition at line 103 of file h1analysis.h.

◆ dmd0_d

Float_t h1analysis::dmd0_d

Definition at line 112 of file h1analysis.h.

◆ dmd0_t

Float_t h1analysis::dmd0_t

Definition at line 115 of file h1analysis.h.

◆ drd0_d

Float_t h1analysis::drd0_d

Definition at line 126 of file h1analysis.h.

◆ drd0_dt

Float_t h1analysis::drd0_dt

Definition at line 134 of file h1analysis.h.

◆ drd0_t

Float_t h1analysis::drd0_t

Definition at line 130 of file h1analysis.h.

◆ drd0_tt

Float_t h1analysis::drd0_tt

Definition at line 138 of file h1analysis.h.

◆ drpd0_d

Float_t h1analysis::drpd0_d

Definition at line 128 of file h1analysis.h.

◆ drpd0_t

Float_t h1analysis::drpd0_t

Definition at line 132 of file h1analysis.h.

◆ dx33

Float_t h1analysis::dx33

Definition at line 48 of file h1analysis.h.

◆ dx44

Float_t h1analysis::dx44

Definition at line 54 of file h1analysis.h.

◆ dxpt

Float_t h1analysis::dxpt

Definition at line 60 of file h1analysis.h.

◆ dxy_r

Float_t h1analysis::dxy_r

Definition at line 122 of file h1analysis.h.

◆ dy33

Float_t h1analysis::dy33

Definition at line 50 of file h1analysis.h.

◆ dy44

Float_t h1analysis::dy44

Definition at line 56 of file h1analysis.h.

◆ dypt

Float_t h1analysis::dypt

Definition at line 62 of file h1analysis.h.

◆ dz_r

Float_t h1analysis::dz_r

Definition at line 123 of file h1analysis.h.

◆ E33

Float_t h1analysis::E33

Definition at line 45 of file h1analysis.h.

◆ E44

Float_t h1analysis::E44

Definition at line 51 of file h1analysis.h.

◆ E_j

Float_t h1analysis::E_j[20]

Definition at line 175 of file h1analysis.h.

◆ Ebeamel

Float_t h1analysis::Ebeamel

Definition at line 84 of file h1analysis.h.

◆ Ebeampr

Float_t h1analysis::Ebeampr

Definition at line 85 of file h1analysis.h.

◆ Eelec

Float_t h1analysis::Eelec[20]

Definition at line 69 of file h1analysis.h.

◆ elist

TEntryList* h1analysis::elist

Definition at line 32 of file h1analysis.h.

◆ Ept

Float_t h1analysis::Ept

Definition at line 57 of file h1analysis.h.

◆ eta_j

Float_t h1analysis::eta_j[20]

Definition at line 178 of file h1analysis.h.

◆ etad0_d

Float_t h1analysis::etad0_d

Definition at line 110 of file h1analysis.h.

◆ etads_d

Float_t h1analysis::etads_d

Definition at line 99 of file h1analysis.h.

◆ fChain

TTree* h1analysis::fChain

Definition at line 35 of file h1analysis.h.

◆ fillList

Bool_t h1analysis::fillList

Definition at line 31 of file h1analysis.h.

◆ flagelec

Int_t h1analysis::flagelec

Definition at line 64 of file h1analysis.h.

◆ fProcessed

Long64_t h1analysis::fProcessed

Definition at line 33 of file h1analysis.h.

◆ h2

TH2F* h1analysis::h2

Definition at line 28 of file h1analysis.h.

◆ hdmd

TH1F* h1analysis::hdmd

Definition at line 27 of file h1analysis.h.

◆ ijetd0

Int_t h1analysis::ijetd0

Definition at line 141 of file h1analysis.h.

◆ ik

Int_t h1analysis::ik

Definition at line 105 of file h1analysis.h.

◆ imu

Int_t h1analysis::imu

Definition at line 172 of file h1analysis.h.

◆ imufe

Int_t h1analysis::imufe

Definition at line 173 of file h1analysis.h.

◆ ipi

Int_t h1analysis::ipi

Definition at line 106 of file h1analysis.h.

◆ ipis

Int_t h1analysis::ipis

Definition at line 107 of file h1analysis.h.

◆ kappa

Float_t h1analysis::kappa[200]

Definition at line 151 of file h1analysis.h.

◆ L4subtr

UChar_t h1analysis::L4subtr[128]

Definition at line 43 of file h1analysis.h.

◆ L5class

UChar_t h1analysis::L5class[32]

Definition at line 44 of file h1analysis.h.

◆ lhk

Float_t h1analysis::lhk[200]

Definition at line 163 of file h1analysis.h.

◆ lhpi

Float_t h1analysis::lhpi[200]

Definition at line 164 of file h1analysis.h.

◆ m_j

Float_t h1analysis::m_j[20]

Definition at line 180 of file h1analysis.h.

◆ md0_d

Float_t h1analysis::md0_d

Definition at line 111 of file h1analysis.h.

◆ md0_r

Float_t h1analysis::md0_r

Definition at line 119 of file h1analysis.h.

◆ md0_t

Float_t h1analysis::md0_t

Definition at line 114 of file h1analysis.h.

◆ Mimpbk_r

Float_t h1analysis::Mimpbk_r

Definition at line 148 of file h1analysis.h.

◆ Mimpds_r

Float_t h1analysis::Mimpds_r

Definition at line 147 of file h1analysis.h.

◆ muqual

Int_t h1analysis::muqual[200]

Definition at line 171 of file h1analysis.h.

◆ nds

Int_t h1analysis::nds

Definition at line 94 of file h1analysis.h.

◆ nelec

Int_t h1analysis::nelec

Definition at line 68 of file h1analysis.h.

◆ nentry

Int_t h1analysis::nentry

Definition at line 39 of file h1analysis.h.

◆ nevent

Int_t h1analysis::nevent

Definition at line 38 of file h1analysis.h.

◆ nhitrp

Int_t h1analysis::nhitrp[200]

Definition at line 157 of file h1analysis.h.

◆ nhitz

Int_t h1analysis::nhitz[200]

Definition at line 159 of file h1analysis.h.

◆ njets

Int_t h1analysis::njets

Definition at line 174 of file h1analysis.h.

◆ nlhk

Float_t h1analysis::nlhk[200]

Definition at line 165 of file h1analysis.h.

◆ nlhpi

Float_t h1analysis::nlhpi[200]

Definition at line 166 of file h1analysis.h.

◆ nnout

Float_t h1analysis::nnout[1]

Definition at line 188 of file h1analysis.h.

◆ nrun

Int_t h1analysis::nrun

//pointer to the analyzed TTree or TChain

Definition at line 37 of file h1analysis.h.

◆ ntracks

Int_t h1analysis::ntracks

Definition at line 149 of file h1analysis.h.

◆ ntrkxy_t

Int_t h1analysis::ntrkxy_t

Definition at line 90 of file h1analysis.h.

◆ ntrkz_t

Int_t h1analysis::ntrkz_t

Definition at line 92 of file h1analysis.h.

◆ pd0_d

Float_t h1analysis::pd0_d[4]

Definition at line 108 of file h1analysis.h.

◆ pd0_r

Float_t h1analysis::pd0_r[4]

Definition at line 118 of file h1analysis.h.

◆ pd0_t

Float_t h1analysis::pd0_t[4]

Definition at line 113 of file h1analysis.h.

◆ pds_d

Float_t h1analysis::pds_d[4]

Definition at line 97 of file h1analysis.h.

◆ pds_t

Float_t h1analysis::pds_t[4]

Definition at line 102 of file h1analysis.h.

◆ pelec

Float_t h1analysis::pelec[4]

Definition at line 63 of file h1analysis.h.

◆ phi

Float_t h1analysis::phi[200]

Definition at line 152 of file h1analysis.h.

◆ phi_j

Float_t h1analysis::phi_j[20]

Definition at line 179 of file h1analysis.h.

◆ phielec

Float_t h1analysis::phielec[20]

Definition at line 71 of file h1analysis.h.

◆ pk_r

Float_t h1analysis::pk_r[4]

Definition at line 116 of file h1analysis.h.

◆ plan

Float_t h1analysis::plan

Definition at line 187 of file h1analysis.h.

◆ ppi_r

Float_t h1analysis::ppi_r[4]

Definition at line 117 of file h1analysis.h.

◆ prbr_dt

Float_t h1analysis::prbr_dt

Definition at line 135 of file h1analysis.h.

◆ prbr_tt

Float_t h1analysis::prbr_tt

Definition at line 139 of file h1analysis.h.

◆ prbrp

Float_t h1analysis::prbrp[200]

Definition at line 158 of file h1analysis.h.

◆ prbxy_t

Float_t h1analysis::prbxy_t

Definition at line 91 of file h1analysis.h.

◆ prbz

Float_t h1analysis::prbz[200]

Definition at line 160 of file h1analysis.h.

◆ prbz_dt

Float_t h1analysis::prbz_dt

Definition at line 136 of file h1analysis.h.

◆ prbz_t

Float_t h1analysis::prbz_t

Definition at line 93 of file h1analysis.h.

◆ prbz_tt

Float_t h1analysis::prbz_tt

Definition at line 140 of file h1analysis.h.

◆ psi_r

Float_t h1analysis::psi_r

Definition at line 124 of file h1analysis.h.

◆ pt

Float_t h1analysis::pt[200]

Definition at line 150 of file h1analysis.h.

◆ pt_j

Float_t h1analysis::pt_j[20]

Definition at line 176 of file h1analysis.h.

◆ ptd0_d

Float_t h1analysis::ptd0_d

Definition at line 109 of file h1analysis.h.

◆ ptds_d

Float_t h1analysis::ptds_d

Definition at line 98 of file h1analysis.h.

◆ pthrust

Float_t h1analysis::pthrust[4]

Definition at line 182 of file h1analysis.h.

◆ pthrust2

Float_t h1analysis::pthrust2[4]

Definition at line 184 of file h1analysis.h.

◆ ptr2d0_2

Float_t h1analysis::ptr2d0_2

Definition at line 146 of file h1analysis.h.

◆ ptr2d0_3

Float_t h1analysis::ptr2d0_3

Definition at line 145 of file h1analysis.h.

◆ ptr2d0_j

Float_t h1analysis::ptr2d0_j

Definition at line 143 of file h1analysis.h.

◆ ptr3d0_3

Float_t h1analysis::ptr3d0_3

Definition at line 144 of file h1analysis.h.

◆ ptr3d0_j

Float_t h1analysis::ptr3d0_j

Definition at line 142 of file h1analysis.h.

◆ pvtx_d

Float_t h1analysis::pvtx_d[3]

Definition at line 86 of file h1analysis.h.

◆ pvtx_t

Float_t h1analysis::pvtx_t[3]

Definition at line 88 of file h1analysis.h.

◆ Q2eelec

Float_t h1analysis::Q2eelec

Definition at line 67 of file h1analysis.h.

◆ Q2elec

Float_t h1analysis::Q2elec[20]

Definition at line 73 of file h1analysis.h.

◆ Q2jbc

Float_t h1analysis::Q2jbc

Definition at line 79 of file h1analysis.h.

◆ Q2jbct

Float_t h1analysis::Q2jbct

Definition at line 83 of file h1analysis.h.

◆ Q2sigma

Float_t h1analysis::Q2sigma[20]

Definition at line 75 of file h1analysis.h.

◆ qds

Int_t h1analysis::qds

Definition at line 96 of file h1analysis.h.

◆ rankds

Int_t h1analysis::rankds

Definition at line 95 of file h1analysis.h.

◆ rawtr

UChar_t h1analysis::rawtr[128]

Definition at line 42 of file h1analysis.h.

◆ rd0_d

Float_t h1analysis::rd0_d

Definition at line 125 of file h1analysis.h.

◆ rd0_dt

Float_t h1analysis::rd0_dt

Definition at line 133 of file h1analysis.h.

◆ rd0_t

Float_t h1analysis::rd0_t

Definition at line 129 of file h1analysis.h.

◆ rd0_tt

Float_t h1analysis::rd0_tt

Definition at line 137 of file h1analysis.h.

◆ rend

Float_t h1analysis::rend[200]

Definition at line 162 of file h1analysis.h.

◆ rpd0_d

Float_t h1analysis::rpd0_d

Definition at line 127 of file h1analysis.h.

◆ rpd0_t

Float_t h1analysis::rpd0_t

Definition at line 131 of file h1analysis.h.

◆ rstart

Float_t h1analysis::rstart[200]

Definition at line 161 of file h1analysis.h.

◆ spher

Float_t h1analysis::spher

Definition at line 185 of file h1analysis.h.

◆ subtr

UChar_t h1analysis::subtr[128]

Definition at line 41 of file h1analysis.h.

◆ sumc

Float_t h1analysis::sumc[4]

Definition at line 76 of file h1analysis.h.

◆ sumct

Float_t h1analysis::sumct[4]

Definition at line 80 of file h1analysis.h.

◆ sumetc

Float_t h1analysis::sumetc

Definition at line 77 of file h1analysis.h.

◆ sumetct

Float_t h1analysis::sumetct

Definition at line 81 of file h1analysis.h.

◆ theta

Float_t h1analysis::theta[200]

Definition at line 153 of file h1analysis.h.

◆ theta_j

Float_t h1analysis::theta_j[20]

Definition at line 177 of file h1analysis.h.

◆ thetelec

Float_t h1analysis::thetelec[20]

Definition at line 70 of file h1analysis.h.

◆ thrust

Float_t h1analysis::thrust

Definition at line 181 of file h1analysis.h.

◆ thrust2

Float_t h1analysis::thrust2

Definition at line 183 of file h1analysis.h.

◆ trelem

UChar_t h1analysis::trelem[192]

Definition at line 40 of file h1analysis.h.

◆ useList

Bool_t h1analysis::useList

Definition at line 30 of file h1analysis.h.

◆ Vtxd0_r

Float_t h1analysis::Vtxd0_r[3]

Definition at line 120 of file h1analysis.h.

◆ x33

Float_t h1analysis::x33

Definition at line 47 of file h1analysis.h.

◆ x44

Float_t h1analysis::x44

Definition at line 53 of file h1analysis.h.

◆ xeelec

Float_t h1analysis::xeelec

Definition at line 65 of file h1analysis.h.

◆ xelec

Float_t h1analysis::xelec[20]

Definition at line 72 of file h1analysis.h.

◆ xpt

Float_t h1analysis::xpt

Definition at line 59 of file h1analysis.h.

◆ xsigma

Float_t h1analysis::xsigma[20]

Definition at line 74 of file h1analysis.h.

◆ y33

Float_t h1analysis::y33

Definition at line 49 of file h1analysis.h.

◆ y44

Float_t h1analysis::y44

Definition at line 55 of file h1analysis.h.

◆ yeelec

Float_t h1analysis::yeelec

Definition at line 66 of file h1analysis.h.

◆ yjbc

Float_t h1analysis::yjbc

Definition at line 78 of file h1analysis.h.

◆ yjbct

Float_t h1analysis::yjbct

Definition at line 82 of file h1analysis.h.

◆ ypt

Float_t h1analysis::ypt

Definition at line 61 of file h1analysis.h.

◆ z0

Float_t h1analysis::z0[200]

Definition at line 155 of file h1analysis.h.

Libraries for h1analysis:
[legend]

The documentation for this class was generated from the following file: