1 |
+ |
//-------------------------------------------------------------------------------------------------- |
2 |
|
// $Id$ |
3 |
+ |
// |
4 |
+ |
// FillTracks |
5 |
+ |
// |
6 |
+ |
// Module copying general EDM tracks into mithep::Tracks. |
7 |
+ |
// |
8 |
+ |
// Authors: C.Loizides, J.Bendavid |
9 |
+ |
// |
10 |
+ |
//-------------------------------------------------------------------------------------------------- |
11 |
|
|
12 |
|
#ifndef TREEFILLER_FILLTRACKS_H |
13 |
|
#define TREEFILLER_FILLTRACKS_H |
21 |
|
#include "MitAna/DataTree/interface/Track.h" |
22 |
|
#include "MitAna/DataTree/interface/Array.h" |
23 |
|
|
15 |
– |
//-------------------------------------------------------------------------------------------------- |
16 |
– |
// |
17 |
– |
// FillTracks |
18 |
– |
// |
19 |
– |
// Module copying general EDM tracks into mithep::Tracks. |
20 |
– |
// |
21 |
– |
// Authors: C.Loizides, J.Bendavid |
22 |
– |
// |
23 |
– |
//-------------------------------------------------------------------------------------------------- |
24 |
– |
|
24 |
|
namespace mithep |
25 |
|
{ |
26 |
|
class FillTracks : public edm::EDAnalyzer |