CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PlotSimTracks.h
Go to the documentation of this file.
1 #ifndef _ChargedHadronSpectra_PlotSimTracks_h_
2 #define _ChargedHadronSpectra_PlotSimTracks_h_
3 
4 #include <fstream>
5 
6 namespace edm { class Event; class EventSetup; }
7 class TrackingRecHit;
8 class TrackerGeometry;
9 class CaloGeometry;
10 class PSimHit;
11 
13 {
14  public:
15  explicit PlotSimTracks(const edm::EventSetup& es, std::ofstream& file_);
17  void printSimTracks(const edm::Event& ev);
18 
19  private:
20  std::ofstream& file;
23 };
24 
25 #endif
std::ofstream & file
Definition: PlotSimTracks.h:20
void printSimTracks(const edm::Event &ev)
const TrackerGeometry * theTracker
Definition: PlotSimTracks.h:21
const CaloGeometry * theCaloGeometry
Definition: PlotSimTracks.h:22
PlotSimTracks(const edm::EventSetup &es, std::ofstream &file_)