3 #ifndef STAR_StMuLcp2TreeMaker
4 #define STAR_StMuLcp2TreeMaker
46 Int_t eve_bx48,eve_bx120;
52 Float_t lcp_eta,lcp_phi,lcp_pt;
56 const StMuTrack* findLCP(
float minPt,
int minNFitP,
float maxDCAxy,
float maxEta,
float minFitPfrac) ;
69 StMuLcp2TreeMaker(
const char *
self=
"jasLcp2Tree",
const char* muDstMakerName=
"muDstMaker");
72 Int_t InitRunFromMake (
int runumber);
74 void SetOutDir(
const char * path) {treeName=path;}
75 void SetOff48(
int off) {off48=off;}
76 void SetMinNFitPoint(
int n){C_minNFitPoint=n;}
77 void SetMaxDCAxy(
float x){C_maxDCAxy=x;}
78 void SetMaxEta(
float x){C_maxEta=x;}
79 void SetMinPt(
float x){C_minPt=x;}
80 void SetMaxZvert(
float x){C_maxZvertex=x;}
81 void SetMinFitPfrac(
float x){C_minFitPfrac=x;}
86 static const char cvs[]=
"Tag $Name: $ $Id: StMuLcp2TreeMaker.h,v 1.6 2014/08/06 11:42:58 jeromel Exp $ built " __DATE__
" " __TIME__ ;
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...
This commented block at the top ...