Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
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.
 

Detailed Description

Wrapper for CLB input.

Definition at line 33 of file JCLBSimulator.hh.

Member Function Documentation

◆ reset()

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: