CMS 3D CMS Logo

AsciiNeutronWriter.h
Go to the documentation of this file.
1 #ifndef AsciiNeutronWriter_h
2 #define AsciiNeutronWriter_h
3 
5 
12 public:
13  AsciiNeutronWriter(std::string fileNameBase);
14  ~AsciiNeutronWriter() override;
15 
16 protected:
17  void writeCluster(int chamberType, const edm::PSimHitContainer& hits) override;
18 
19 private:
21 };
22 
23 #endif
~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