BOSS
7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
McEventCollection.h
Go to the documentation of this file.
1
#ifndef GENERATOROBJECTSMCEVENTCOLLECTION_H
2
#define GENERATOROBJECTSMCEVENTCOLLECTION_H 1
3
4
5
// --------------------------------------------------
6
//
7
// File: GeneratorObject/McEventCollection.h
8
// Description:
9
// This defines the McEventCollection, which is really juat an
10
// ObjectVector of McEvent objects.
11
//
12
// AuthorList:
13
// M. Shapiro: Initial Code March 2000
14
// C. Leggett: added maps, inherits from ObjectVector 4/25/01
15
// fixed for gcc Oct 26 2001: Ian Hinchliffe
16
17
18
// #include "GeneratorObject/McEvent.h"
19
#include "DataModel/DataVector.h"
20
#include "CLIDSvc/CLASS_DEF.h"
21
#include "CLHEP/HepMC/GenEvent.h"
22
#include "CLHEP/HepMC/GenParticle.h"
23
#include "CLHEP/HepMC/GenVertex.h"
24
25
class
McEventCollection
:
public
DataVector<HepMC::GenEvent>
26
{
27
public
:
28
McEventCollection
(
void
);
29
~McEventCollection
(
void
);
30
};
31
32
inline
33
McEventCollection::McEventCollection
(
void
)
34
: DataVector<
HepMC
::GenEvent> ()
35
{}
36
37
inline
38
McEventCollection::~McEventCollection
(
void
)
39
{}
40
41
CLASS_DEF
(
McEventCollection
, 133273, 1)
42
43
#endif
CLASS_DEF
CLASS_DEF(std::vector< std::string >, 10123, 1)
McEventCollection
Definition
McEventCollection.h:26
McEventCollection::~McEventCollection
~McEventCollection(void)
Definition
McEventCollection.h:38
McEventCollection::McEventCollection
McEventCollection(void)
Definition
McEventCollection.h:33
HepMC
Definition
GenIMCselector.h:12
7.1.2
Generator
GeneratorObject
GeneratorObject-00-01-05
GeneratorObject
McEventCollection.h
Generated by
1.12.0