BOSS
7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
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
22
#endif
PurgeUnstableParticles
Definition:
PurgeUnstableParticles.h:9
PurgeUnstableParticles::finalize
StatusCode finalize()
Definition:
PurgeUnstableParticles.cxx:51
PurgeUnstableParticles::execute
StatusCode execute()
Definition:
PurgeUnstableParticles.cxx:35
PurgeUnstableParticles::initialize
StatusCode initialize()
Definition:
PurgeUnstableParticles.cxx:20
source
Generator
GeneratorModule
GeneratorModule-00-01-05
GeneratorModule
PurgeUnstableParticles.h
Generated by
1.9.6