10 |
|
#include "MitProd/TreeService/interface/TreeService.h" |
11 |
|
#include "MitAna/DataUtil/interface/TreeWriter.h" |
12 |
|
#include "MitAna/DataTree/interface/Track.h" |
13 |
< |
#include "MitAna/DataTree/interface/Vector.h" |
13 |
> |
#include "MitAna/DataTree/interface/Array.h" |
14 |
|
|
15 |
|
//-------------------------------------------------------------------------------------------------- |
16 |
|
// |
35 |
|
void endJob (); |
36 |
|
|
37 |
|
private: |
38 |
< |
mithep::Vector<mithep::Track> *tracks_; |
38 |
> |
mithep::Array<mithep::Track> *tracks_; |
39 |
|
std::string trackSource_; |
40 |
|
std::string trackBranch_; |
41 |
|
}; |