HerdSoftware  0.3.2
GGSReaderUtils.h
Go to the documentation of this file.
1 // HerdSoftware headers
3 
4 // c++ headers
5 #include <vector>
6 
7 namespace Herd {
8 namespace Readers {
15 std::vector<ParticleHit> ConvertParticles(GGSTIntHit &ggsIntHit);
16 } // namespace Readers
17 } // namespace Herd
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
std::vector< ParticleHit > ConvertParticles(GGSTIntHit &ggsIntHit)
Utility functino to convert GGS particle hits to HERD particle hits.
Definition: GGSReaderUtils.cpp:15