Subversion Repositories f9daq

Rev

Rev 266 | Rev 271 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 266 Rev 267
Line 71... Line 71...
71
 
71
 
72
  ClassDef ( BParticle, 1 ) // Simple particle class
72
  ClassDef ( BParticle, 1 ) // Simple particle class
73
};
73
};
74
 
74
 
75
int SelectParticles(TClonesArray *pin , int charge, SIMPLEPID type, TClonesArray *pout);
75
int SelectParticles(TClonesArray *pin , int charge, SIMPLEPID type, TClonesArray *pout);
76
int CombineParticles(TClonesArray *plist1 ,TClonesArray *plist2 , float masslow, float massup, SIMPLEPID pid, TClonesArray *pout);
76
int CombineParticles(TClonesArray *plist1 ,TClonesArray *plist2 , int same, float masslow, float massup, SIMPLEPID pid, TClonesArray *pout);
77
 
77
 
78
 
78
 
79
#endif
79
#endif