CMS 3D CMS Logo

AsciiNeutronWriter.h
Go to the documentation of this file.
1 #ifndef AsciiNeutronWriter_h
2 #define AsciiNeutronWriter_h
3 
5 
13 {
14 public:
15  AsciiNeutronWriter(std::string fileNameBase);
16  ~AsciiNeutronWriter() override;
17 
18 protected:
19  void writeCluster(int chamberType, const edm::PSimHitContainer & hits) override;
20 
21 private:
23 };
24 
25 #endif
26 
~AsciiNeutronWriter() override
AsciiNeutronWriter(std::string fileNameBase)
void writeCluster(int chamberType, const edm::PSimHitContainer &hits) override
writes out a list of SimHits.
std::string theFileNameBase
std::vector< PSimHit > PSimHitContainer