Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JDETECTOR::JModuleData Class Reference

Data structure for PMT data corresponding to a detector module. More...

#include <JPMTSimulator.hh>

Inheritance diagram for JDETECTOR::JModuleData:
std::vector< JPMTData< JPMTSignal > >

Public Member Functions

 JModuleData ()
 Default constructor.
 
void reset (size_t size)
 Reset buffers.
 

Detailed Description

Data structure for PMT data corresponding to a detector module.

Definition at line 214 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

◆ JModuleData()

JDETECTOR::JModuleData::JModuleData ( )
inline

Default constructor.

Definition at line 221 of file JPMTSimulator.hh.

Member Function Documentation

◆ reset()

void JDETECTOR::JModuleData::reset ( size_t size)
inline

Reset buffers.

Parameters
sizenumber of buffers

Definition at line 231 of file JPMTSimulator.hh.

232 {
233 this->resize(size);
234
235 for (iterator i = this->begin(); i != this->end(); ++i) {
236 i->clear();
237 }
238 }

The documentation for this class was generated from the following file: