Fork me on GitHub

Ignore:
Timestamp:
Apr 16, 2014, 3:56:14 PM (10 years ago)
Author:
Pavel Demin
Message:

switch to a more stable Hector version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/Hector/H_RectangularDipole.h

    r1360 r1365  
    22#define _H_RectangularDipole_
    33
    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    * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    21 
    224/// \file H_RectangularDipole.h
    235/// \brief Classes aiming at simulating LHC beam rectangular dipoles.
     6
     7/*
     8---- Hector the simulator ----
     9   A fast simulator of particles through generic beamlines.
     10   J. de Favereau, X. Rouby ~~~ hector_devel@cp3.phys.ucl.ac.be
     11
     12        http://www.fynu.ucl.ac.be/hector.html
     13
     14   Centre de Physique des Particules et de Phénoménologie (CP3)
     15   Université Catholique de Louvain (UCL)
     16*/
    2417
    2518#include "H_Dipole.h"
     
    3225                //@{
    3326                H_RectangularDipole():H_Dipole(RDIPOLE,0.,0.,0.) {init();}
    34                 H_RectangularDipole(const double s, const double k, const double l) :H_Dipole(RDIPOLE,s,k,l){init();}
    35                 H_RectangularDipole(const string& nameE, const double s, const double k, const double l) :H_Dipole(nameE,RDIPOLE,s,k,l){init();}
    36                 ~H_RectangularDipole() {};
     27                H_RectangularDipole(const double s, const double k, const double l) :H_Dipole(RDIPOLE,s,k,l){init();}
     28                H_RectangularDipole(const string nameE, const double s, const double k, const double l) :H_Dipole(nameE,RDIPOLE,s,k,l){init();}
     29                ~H_RectangularDipole() {return;};
    3730                //@}
    38                 H_RectangularDipole* clone() const ;
    3931        private:
    40                 virtual void setTypeString() { typestring = RDIPOLENAME;};
    41                 virtual void setMatrix(const float, const float, const float) ;
     32                virtual void setTypeString() { typestring = RDIPOLENAME;};
     33                virtual void setMatrix(const float, const float, const float) const ;
    4234};
    4335
Note: See TracChangeset for help on using the changeset viewer.