Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:41

0001 #include "SimDataFormats/CaloTest/interface/ParticleFlux.h"
0002 
0003 void ParticleFlux::addFlux(ParticleFlux::flux f) { fluxVector_.push_back(f); }
0004 
0005 void ParticleFlux::clear() { fluxVector_.clear(); }