77 |
|
#ifndef MITANA_DATATREE_TRACK_H |
78 |
|
#define MITANA_DATATREE_TRACK_H |
79 |
|
|
80 |
+ |
#include "MitAna/DataTree/interface/BaseVertex.h" |
81 |
+ |
#include "MitAna/DataTree/interface/BitMask.h" |
82 |
|
#include "MitAna/DataTree/interface/DataObject.h" |
81 |
– |
#include "MitAna/DataTree/interface/SuperCluster.h" |
83 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
84 |
< |
#include "MitAna/DataTree/interface/BitMask.h" |
84 |
< |
#include "MitAna/DataTree/interface/BaseVertex.h" |
84 |
> |
#include "MitAna/DataTree/interface/SuperCluster.h" |
85 |
|
#include "MitAna/DataTree/interface/Types.h" |
86 |
|
|
87 |
|
namespace mithep |
300 |
|
inline |
301 |
|
const mithep::BitMask48 mithep::Track::StereoLayers() |
302 |
|
{ |
303 |
< |
// Build and return BitMask of stereo layers |
303 |
> |
// Build and return BitMask of stereo layers. |
304 |
|
|
305 |
|
mithep::BitMask48 stereoLayers; |
306 |
|
stereoLayers.SetBit(mithep::Track::TIB1S); |