CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MtdTruthAccumulator::calo_particles Struct Reference

Public Member Functions

void clear ()
 
void swap (calo_particles &oth)
 

Public Attributes

std::vector< uint32_t > sc_start_
 
std::vector< uint32_t > sc_stop_
 

Detailed Description

Definition at line 139 of file MtdTruthAccumulator.cc.

Member Function Documentation

◆ clear()

void MtdTruthAccumulator::calo_particles::clear ( void  )
inline

Definition at line 148 of file MtdTruthAccumulator.cc.

References sc_start_, and sc_stop_.

148  {
149  sc_start_.clear();
150  sc_stop_.clear();
151  }

◆ swap()

void MtdTruthAccumulator::calo_particles::swap ( calo_particles oth)
inline

Definition at line 143 of file MtdTruthAccumulator.cc.

References sc_start_, and sc_stop_.

Referenced by MtdTruthAccumulator::finalizeEvent().

143  {
144  sc_start_.swap(oth.sc_start_);
145  sc_stop_.swap(oth.sc_stop_);
146  }

Member Data Documentation

◆ sc_start_

std::vector<uint32_t> MtdTruthAccumulator::calo_particles::sc_start_

Definition at line 140 of file MtdTruthAccumulator.cc.

Referenced by clear(), MtdTruthAccumulator::finalizeEvent(), and swap().

◆ sc_stop_

std::vector<uint32_t> MtdTruthAccumulator::calo_particles::sc_stop_

Definition at line 141 of file MtdTruthAccumulator.cc.

Referenced by clear(), MtdTruthAccumulator::finalizeEvent(), and swap().