BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
GeneratorModule/include/GeneratorModule/PurgeUnstableParticles.h
Go to the documentation of this file.
1
#ifndef __GENMOD_PURGEUNSTABLEPARTICLES__
2
#define __GENMOD_PURGEUNSTABLEPARTICLES__
3
4
#include "GaudiKernel/Algorithm.h"
5
#include <string>
6
7
class
StoreGateSvc;
8
9
class
PurgeUnstableParticles
:
public
Algorithm {
10
public
:
11
PurgeUnstableParticles
(
const
std::string& name, ISvcLocator* pSvcLocator );
12
StatusCode
initialize
();
13
StatusCode
execute
();
14
StatusCode
finalize
();
15
16
private
:
17
std::string m_mcEventColl;
18
StoreGateSvc* m_sgSvc;
19
};
20
21
#endif
PurgeUnstableParticles::PurgeUnstableParticles
PurgeUnstableParticles(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PurgeUnstableParticles.cxx:15
PurgeUnstableParticles::finalize
StatusCode finalize()
Definition
PurgeUnstableParticles.cxx:45
PurgeUnstableParticles::execute
StatusCode execute()
Definition
PurgeUnstableParticles.cxx:32
PurgeUnstableParticles::initialize
StatusCode initialize()
Definition
PurgeUnstableParticles.cxx:19
8.0.0
BOSS_Gen
GeneratorModule
include
GeneratorModule
PurgeUnstableParticles.h
Generated by
1.16.1