1 |
pam-se |
1.1 |
// ------------------------------------------------------------ |
2 |
|
|
// | | |
3 |
|
|
// | AC LEVEL2 Software - P.Hofverberg, E.Mocchiutti, S.Orsi | |
4 |
|
|
// | | |
5 |
|
|
// | ACEXE.cra version 1.00 (2006-01-19) | |
6 |
|
|
// | | |
7 |
|
|
// ------------------------------------------------------------ |
8 |
|
|
// |
9 |
|
|
// Compile version based on: |
10 |
|
|
// - template TEMPLATEEXE.cra (v2.00 2006-01-13) by E. Mocchiutti |
11 |
|
|
// - routine AcLEVEL1.c (v1.01 2005-05-17) by P.Hofverberg |
12 |
|
|
// |
13 |
|
|
// Include ROOT header files for macro compilation. |
14 |
|
|
|
15 |
|
|
Release date: 9 March 2006 |
16 |
|
|
Author: Silvio Orsi |
17 |
|
|
Email: silvio@particle.kth.se |
18 |
|
|
|
19 |
|
|
// Executable to run: ACL2 |
20 |
|
|
// |
21 |
|
|
// Input variables: |
22 |
|
|
// |
23 |
|
|
// - run : the run ID we want to process. |
24 |
|
|
// |
25 |
|
|
// - dbc : the pointer to a DB connection to be able to query the DB. |
26 |
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
|
|
------------------------------------------------------ |
30 |
|
|
Content of the directory (as of 9 March 2006) |
31 |
|
|
|
32 |
|
|
install.sh Makefile |
33 |
|
|
|
34 |
|
|
calib: |
35 |
|
|
|
36 |
|
|
data: |
37 |
|
|
|
38 |
|
|
doc: |
39 |
|
|
ACL2.README |
40 |
|
|
AC_README.TXT (this file) |
41 |
|
|
|
42 |
|
|
inc: |
43 |
|
|
acl2class.h |
44 |
|
|
|
45 |
|
|
macros: |
46 |
|
|
ACEXE.cra TEMPLATEEXE.c |
47 |
|
|
|
48 |
|
|
src: |
49 |
|
|
ACL2.cc |
50 |
|
|
|