1 |
– |
// $Id$ |
2 |
– |
|
3 |
– |
#ifndef DATATREE_TRACK_H |
4 |
– |
#define DATATREE_TRACK_H |
5 |
– |
|
6 |
– |
#include "MitAna/DataTree/interface/DataObject.h" |
7 |
– |
|
1 |
|
//-------------------------------------------------------------------------------------------------- |
2 |
+ |
// $Id$ |
3 |
|
// |
4 |
|
// Track |
5 |
|
// |
6 |
< |
// Details to be worked out... |
6 |
> |
// This will be re-written :-) |
7 |
|
// |
8 |
|
// Authors: C.Loizides, J.Bendavid, C.Paus |
15 |
– |
// |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
+ |
#ifndef DATATREE_TRACK_H |
12 |
+ |
#define DATATREE_TRACK_H |
13 |
+ |
|
14 |
+ |
#include "MitAna/DataTree/interface/DataObject.h" |
15 |
+ |
|
16 |
|
namespace mithep |
17 |
|
{ |
18 |
|
class Track : public DataObject |
82 |
|
fDzErr = dzErr; |
83 |
|
fThetaErr = thetaErr; |
84 |
|
} |
87 |
– |
|
85 |
|
#endif |