source: trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORRunEnd.cxx@ 793

Last change on this file since 793 was 791, checked in by domingo, 23 years ago
New classes needed for MaxiSingle
File size: 659 bytes
Line 
1/////////////////////////////////////////////////////////////////
2//
3// CORRunEnd
4//
5// Created: Thu May 15 15:32:13 2001
6// Author: Carles Domingo
7// Purpose: Base class for RunEnd-classes
8// Notes:
9//
10/////////////////////////////////////////////////////////////////
11
12// @T \newpage
13
14// @section Source code of {\tt CORRunEnd.cxx}
15
16// @subsection Class {\em CORRunEnd}: Implementation
17
18// @code
19
20#include "CORRunEnd.hxx"
21
22void
23CORRunEnd::print(void) {
24
25 cout << " RUNE :" << (char*)RUNE << endl;
26 cout << " RunNumber :" << RunNumber << endl;
27 cout << " NumEvts :" << NumEvts << endl;
28
29 cout << flush;
30}
31
32// @endcode
33
34
35
Note: See TracBrowser for help on using the repository browser.