]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/narrowResonanceCrossSection.h
STARLIGHT code and interface
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / narrowResonanceCrossSection.h
diff --git a/STARLIGHT/starlight/include/narrowResonanceCrossSection.h b/STARLIGHT/starlight/include/narrowResonanceCrossSection.h
new file mode 100644 (file)
index 0000000..8a2031d
--- /dev/null
@@ -0,0 +1,60 @@
+///////////////////////////////////////////////////////////////////////////
+//
+//    Copyright 2010
+//
+//    This file is part of starlight.
+//
+//    starlight is free software: you can redistribute it and/or modify
+//    it under the terms of the GNU General Public License as published by
+//    the Free Software Foundation, either version 3 of the License, or
+//    (at your option) any later version.
+//
+//    starlight is distributed in the hope that it will be useful,
+//    but WITHOUT ANY WARRANTY; without even the implied warranty of
+//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//    GNU General Public License for more details.
+//
+//    You should have received a copy of the GNU General Public License
+//    along with starlight. If not, see <http://www.gnu.org/licenses/>.
+//
+///////////////////////////////////////////////////////////////////////////
+//
+// File and Version Information:
+// $Rev:: 164                         $: revision of last commit
+// $Author:: odjuvsla                 $: author of last commit
+// $Date:: 2013-10-06 16:18:08 +0200 #$: date of last commit
+//
+// Description:
+//
+//
+//
+///////////////////////////////////////////////////////////////////////////
+
+
+#ifndef NARROWRESONANCECROSSSECTION_H
+#define NARROWRESONANCECROSSSECTION_H
+
+
+#include "photonNucleusCrossSection.h"
+
+
+class narrowResonanceCrossSection : public photonNucleusCrossSection {
+
+public:
+
+       narrowResonanceCrossSection(const beamBeamSystem&  bbsystem);
+       ~narrowResonanceCrossSection();
+
+       void crossSectionCalculation(const double bwnormsave);
+
+private:
+       
+       double _Ep;
+       double _narrowYmax;
+       double _narrowYmin;
+       int    _narrowNumY;
+       
+};
+
+
+#endif  // NARROWRESONANCECROSSSECTION_H