102 {
103
105
107 EvtScalarParticle *myPart;
108 myPart=new EvtScalarParticle;
111 return myPart;
112 }
113
115 EvtVectorParticle *myPart;
116 myPart=new EvtVectorParticle;
119 return myPart;
120 }
122 EvtDiracParticle *myPart;
123 myPart=new EvtDiracParticle;
126 return myPart;
127 }
129 EvtNeutrinoParticle *myPart;
130 myPart=new EvtNeutrinoParticle;
133 return myPart;
134 }
136 EvtPhotonParticle *myPart;
137 myPart=new EvtPhotonParticle;
140 return myPart;
141 }
143 EvtTensorParticle *myPart;
144 myPart=new EvtTensorParticle;
147 return myPart;
148 }
150 EvtStringParticle *myPart;
151 myPart=new EvtStringParticle;
154 return myPart;
155 }
157 EvtHighSpinParticle *myPart;
158 myPart=new EvtHighSpinParticle;
161 return myPart;
162 }
164 EvtHighSpinParticle *myPart;
165 myPart=new EvtHighSpinParticle;
168 return myPart;
169 }
171 EvtHighSpinParticle *myPart;
172 myPart=new EvtHighSpinParticle;
175 return myPart;
176 }
178 EvtRaritaSchwingerParticle *myPart;
179 myPart=new EvtRaritaSchwingerParticle;
182 return myPart;
183 }
185 EvtHighSpinParticle *myPart;
186 myPart=new EvtHighSpinParticle;
189 return myPart;
190 }
191
192 report(
ERROR,
"EvtGen")<<
"Error in EvtParticleFactory::particleFactory"<<endl;
193 report(
ERROR,
"EvtGen")<<
"Tried to create non-existing particle"
194 <<" with spin type:"<<thisSpin
196 report(
ERROR,
"EvtGen")<<
"Will terminate execution"<<endl;
197
198
199
200 ::abort();
201
202 return 0;
203
204}
ostream & report(Severity severity, const char *facility)
void init(EvtId part_n, const EvtVector4R &p4)
void init(EvtId id, const EvtVector4R &p)
void init(EvtId part_n, const EvtVector4R &p4)
static std::string name(EvtId i)
void setSpinDensityForward(const EvtSpinDensity &rho)
void init(EvtId part_n, double e, double px, double py, double pz)
void init(EvtId id, const EvtVector4R &p4)
void init(EvtId part_n, double e, double px, double py, double pz)
void init(EvtId id, const EvtVector4R &p4)
void init(EvtId part_n, double e, double px, double py, double pz)
void init(EvtId part_n, double e, double px, double py, double pz)