1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#include <cassert>
#include <iostream>
#include <math.h>
#include <time.h>
#include <unistd.h>
#include <stdio.h>
#include <fstream>
#include <stdlib.h>
#include <string>
#include <sstream>
#include <vector>
#include <map>
using namespace std;
// simple test program
#include "../../interface/ME.h"
#include "../../interface/MEGeom.h"
#include "../../interface/MELaserPrim.h"
#include "MusEcal.hh"
#include "../../interface/MEChannel.h"
int main(int argc, char **argv)
{
return(0);
}
|