ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DGele/MiniTreeFormat/TTbar/interface/Vec.h
Revision: 1.1.1.1 (vendor branch)
Committed: Tue Oct 20 17:15:16 2009 UTC (15 years, 6 months ago) by dgele
Content type: text/plain
Branch: ANA
CVS Tags: start
Changes since 1.1: +0 -0 lines
Log Message:
version CMSSW_2_2_10

File Contents

# Content
1 #ifndef __TOP_TREE_VEC_H__
2 #define __TOP_TREE_VEC_H__
3
4 #include "Math/Point3D.h"
5 #include "Math/GenVector/CoordinateSystemTags.h"
6 typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double> > Point3;
7
8 /* #include "Math/DisplacementVector2D.h" */
9 /* typedef ROOT::Math::XYVector<ROOT::Math::Cartesian2D<double> > Vector2; */
10
11 #include "Math/PxPyPzE4D.h"
12 #include "Math/LorentzVector.h"
13 typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > LorentzVector;
14
15 #endif