Revision: | 1.2 |
Committed: | Tue Apr 10 19:41:12 2012 UTC (13 years, 1 month ago) by yangyong |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V2012combv2c, V2012combv2b, V2012combv2a, V2012combv2, V2012combv1, V2011combv1, pi0etaeb_laser20111122, HEAD |
Changes since 1.1: | +42 -0 lines |
Log Message: | LaserTag: EcalLaserAPDPNRatios_data_20111122_158851_180363 and alpha Tag ( for Endcap Only) EcalLaserAlphas_lto420-620_progr_data_20111122 |
# | User | Rev | Content |
---|---|---|---|
1 | yangyong | 1.2 | #include <iomanip> |
2 | #include <fstream> | ||
3 | #include "TH1.h" | ||
4 | #include "TH2.h" | ||
5 | #include "TString.h" | ||
6 | #include "TFile.h" | ||
7 | #include "TMath.h" | ||
8 | #include "TBranch.h" | ||
9 | #include "TChain.h" | ||
10 | #include <iostream> | ||
11 | #include <algorithm> | ||
12 | #include <map> | ||
13 | #include "TLorentzVector.h" | ||
14 | #include "TVector3.h" | ||
15 | #include "TApplication.h" | ||
16 | #include "TSystem.h" | ||
17 | #include "TF1.h" | ||
18 | #include "TGraphErrors.h" | ||
19 | #include "TCanvas.h" | ||
20 | #include "TH1F.h" | ||
21 | #include "TH2F.h" | ||
22 | #include "TRandom.h" | ||
23 | #include "TRandom3.h" | ||
24 | #include "TMultiLayerPerceptron.h" | ||
25 | #include "TMLPAnalyzer.h" | ||
26 | #include "TMatrixD.h" | ||
27 | #include "TMatrix.h" | ||
28 | #include "TMatrixDSymEigen.h" | ||
29 | #include "TMatrixDSym.h" | ||
30 | #include "TMatrixTSym.h" | ||
31 | #include <vector> | ||
32 | #include "TArrow.h" | ||
33 | #include "TLegend.h" | ||
34 | #include "TROOT.h" | ||
35 | #include <stdlib.h> | ||
36 | #include "TStyle.h" | ||
37 | #include "TLatex.h" | ||
38 | #include "TGraphAsymmErrors.h" | ||
39 | #include "TLegendEntry.h" | ||
40 | #include "THStack.h" | ||
41 | #include "TMultiGraph.h" | ||
42 | using namespace std; |