Jpp  16.0.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JDETECTOR::JCLBInput Struct Reference

Wrapper for CLB input. More...

#include <JCLBSimulator.hh>

Inheritance diagram for JDETECTOR::JCLBInput:
std::vector< JPMTOutput >

Public Member Functions

void reset (size_t size)
 Reset CLB buffers. More...
 

Detailed Description

Wrapper for CLB input.

Definition at line 33 of file JCLBSimulator.hh.

Member Function Documentation

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

Reset CLB buffers.

Parameters
sizenumber of buffers

Definition at line 41 of file JCLBSimulator.hh.

42  {
43  this->resize(size);
44 
45  for (iterator i = this->begin(); i != this->end(); ++i) {
46  i->clear();
47  }
48  }

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