Changeset 3c40083 in git for external/Hector/H_VerticalKicker.h
- Timestamp:
- Apr 16, 2014, 3:56:14 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 64a4950
- Parents:
- f6b9fec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/Hector/H_VerticalKicker.h
rf6b9fec r3c40083 2 2 #define _H_VerticalKicker_ 3 3 4 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * 5 * * 6 * --<--<-- A fast simulator --<--<-- * 7 * / --<--<-- of particle --<--<-- * 8 * ----HECTOR----< * 9 * \ -->-->-- transport through -->-->-- * 10 * -->-->-- generic beamlines -->-->-- * 11 * * 12 * JINST 2:P09005 (2007) * 13 * X Rouby, J de Favereau, K Piotrzkowski (CP3) * 14 * http://www.fynu.ucl.ac.be/hector.html * 15 * * 16 * Center for Cosmology, Particle Physics and Phenomenology * 17 * Universite catholique de Louvain * 18 * Louvain-la-Neuve, Belgium * 19 * * 20 * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 4 /* 5 ---- Hector the simulator ---- 6 A fast simulator of particles through generic beamlines. 7 J. de Favereau, X. Rouby ~~~ hector_devel@cp3.phys.ucl.ac.be 8 9 http://www.fynu.ucl.ac.be/hector.html 10 11 Centre de Physique des Particules et de Phénoménologie (CP3) 12 Université Catholique de Louvain (UCL) 13 */ 21 14 22 15 /// \file H_VerticalKicker.h … … 37 30 H_VerticalKicker():H_Kicker(VKICKER,0.,0.,0.) {init();} 38 31 H_VerticalKicker(const double s, const double k, const double l) :H_Kicker(VKICKER,s,k,l){init();} 39 H_VerticalKicker(const string &nameE, const double s, const double k, const double l) :H_Kicker(nameE,VKICKER,s,k,l){init();}40 ~H_VerticalKicker() { };32 H_VerticalKicker(const string nameE, const double s, const double k, const double l) :H_Kicker(nameE,VKICKER,s,k,l){init();} 33 ~H_VerticalKicker() {return;}; 41 34 //@} 42 H_VerticalKicker* clone() const ;43 35 private: 44 36 virtual void setTypeString() {typestring=VKICKERNAME;}; 45 virtual void setMatrix(const float, const float, const float) ;37 virtual void setMatrix(const float, const float, const float) const ; 46 38 }; 47 39
Note:
See TracChangeset
for help on using the changeset viewer.