Go to the documentation of this file.00001 #ifndef _ChargedHadronSpectra_PlotUtils_h_
00002 #define _ChargedHadronSpectra_PlotUtils_h_
00003
00004 #include "DataFormats/GeometryVector/interface/GlobalPoint.h"
00005 #include "DataFormats/GeometryVector/interface/GlobalVector.h"
00006
00007 #include <fstream>
00008
00009 class PlotUtils
00010 {
00011 public:
00012 void printHelix(const GlobalPoint& p1, const GlobalPoint& p2,
00013 const GlobalVector& n2, std::ofstream& outFile, int charge);
00014 };
00015
00016 #endif