CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
McEventCollection_dict Class Reference

Public Member Functions

 McEventCollection_dict ()
 

Static Public Member Functions

static int tobase_2585 (void *)
 
static void * constructor_2586 (void *, const std::vector< void * > &)
 
static void * constructor_2587 (void *)
 
static void destructor (void *o)
 

Detailed Description

Definition at line 75 of file McEventDict_dict.cpp.

Constructor & Destructor Documentation

◆ McEventCollection_dict()

McEventCollection_dict::McEventCollection_dict ( )

Definition at line 85 of file McEventDict_dict.cpp.

85 {
86 ClassBuilder _c_("McEventCollection", "", typeid(McEventCollection), sizeof(McEventCollection),std::vector<const std::type_info*>(), false, NOCONTAINER, 0, PUBLIC | VIRTUAL);
87 _c_.addSuperClass("DataVector<HepMC::GenEvent>", 0, tobase_2585);
88 _c_.addMethod("McEventCollection", "", "McEventCollection", "McEventCollection&", constructor_2586, PUBLIC);
89 _c_.addMethod("McEventCollection", "", "McEventCollection", constructor_2587, PUBLIC);
90 _c_.addMethod("~McEventCollection", "", destructor, PUBLIC | VIRTUAL);
91 _c_.addProperty("ClassID", (char*)"6DE62B45-7C72-4539-92F2-3A8E739A4AC3");
92 _c_.build();
93}
static int tobase_2585(void *)
static void destructor(void *o)
static void * constructor_2586(void *, const std::vector< void * > &)
static void * constructor_2587(void *)

Member Function Documentation

◆ constructor_2586()

void * McEventCollection_dict::constructor_2586 ( void * mem,
const std::vector< void * > & arg )
static

Definition at line 99 of file McEventDict_dict.cpp.

99 {
100 return new(mem) McEventCollection(*(const McEventCollection*)arg[0]);
101}
double arg(const EvtComplex &c)

Referenced by McEventCollection_dict().

◆ constructor_2587()

void * McEventCollection_dict::constructor_2587 ( void * mem)
static

Definition at line 103 of file McEventDict_dict.cpp.

103 {
104 return new(mem) McEventCollection();
105}

Referenced by McEventCollection_dict().

◆ destructor()

static void McEventCollection_dict::destructor ( void * o)
inlinestatic

Definition at line 81 of file McEventDict_dict.cpp.

81{ ((McEventCollection*)o)->~McEventCollection(); }

Referenced by McEventCollection_dict().

◆ tobase_2585()

int McEventCollection_dict::tobase_2585 ( void * o)
static

Definition at line 95 of file McEventDict_dict.cpp.

95 {
96 return (int)(DataVector<HepMC::GenEvent>*)(McEventCollection*)o - (int)(McEventCollection*)o;
97}

Referenced by McEventCollection_dict().


The documentation for this class was generated from the following file: