FairRoot/PandaRoot
PndTrkBoundaryParStraws.h
Go to the documentation of this file.
1 #ifndef PndTrkBoundaryParStraws_H
2 #define PndTrkBoundaryParStraws_H 1
3 
4 // Root includes
5 #include "TROOT.h"
6 
7 
8 class PndTrkBoundaryParStraws : public TObject
9 {
10 
11 
12  public:
13 
18 
19 
20  bool Set(
21  int straw_number
22  );
23 
24 
26 
27 };
28 
29 #endif
ClassDef(PndTrkBoundaryParStraws, 1)