|
Last change
on this file since 483 was 477, checked in by magicsol, 25 years ago |
|
First version. Defines MAGIC base information.
|
-
Property svn:executable
set to
*
|
|
File size:
639 bytes
|
| Line | |
|---|
| 1 | #ifndef MAGIC_H
|
|---|
| 2 | #define MAGIC_H
|
|---|
| 3 | ///////////////////////////////////////////////////////////////////////////////
|
|---|
| 4 | //
|
|---|
| 5 | // Magic.h
|
|---|
| 6 | //
|
|---|
| 7 | // defines MAGIC base informations
|
|---|
| 8 | //
|
|---|
| 9 | ///////////////////////////////////////////////////////////////////////////////
|
|---|
| 10 |
|
|---|
| 11 | #include <TROOT.h>
|
|---|
| 12 |
|
|---|
| 13 | //
|
|---|
| 14 | // Magic number to detect the magic file type
|
|---|
| 15 | //
|
|---|
| 16 | // const UShort_t kMagicNumber = 0xc0c0;
|
|---|
| 17 |
|
|---|
| 18 | //
|
|---|
| 19 | // Values for the eventloop control
|
|---|
| 20 | //
|
|---|
| 21 | const Int_t kCONTINUE = 2;
|
|---|
| 22 |
|
|---|
| 23 | //
|
|---|
| 24 | // ParticleId for Monte Carlo simulation
|
|---|
| 25 | //
|
|---|
| 26 | const Int_t kGAMMA = 0;
|
|---|
| 27 | const Int_t kPROTON = 14;
|
|---|
| 28 | const Int_t kHELIUM = 402;
|
|---|
| 29 | const Int_t kOXIGEN = 1608;
|
|---|
| 30 | const Int_t kIRON = 5626;
|
|---|
| 31 |
|
|---|
| 32 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.