CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PlotUtils.h
Go to the documentation of this file.
1 #ifndef _ChargedHadronSpectra_PlotUtils_h_
2 #define _ChargedHadronSpectra_PlotUtils_h_
3 
6 
7 #include <fstream>
8 
9 class PlotUtils
10 {
11  public:
12  void printHelix(const GlobalPoint& p1, const GlobalPoint& p2,
13  const GlobalVector& n2, std::ofstream& outFile, int charge);
14 };
15 
16 #endif
void printHelix(const GlobalPoint &p1, const GlobalPoint &p2, const GlobalVector &n2, std::ofstream &outFile, int charge)
Definition: PlotUtils.cc:7
double charge(const std::vector< uint8_t > &Ampls)
double p2[4]
Definition: TauolaWrapper.h:90
double p1[4]
Definition: TauolaWrapper.h:89