23 |
#include <TGraph.h> |
#include <TGraph.h> |
24 |
#include <TStyle.h> |
#include <TStyle.h> |
25 |
#include <TString.h> |
#include <TString.h> |
26 |
|
#include <TAxis.h> |
27 |
|
#include <TH1F.h> |
28 |
|
#include <TROOT.h> |
29 |
|
#include <cstdlib> |
30 |
// |
// |
31 |
#include <PscuHeader.h> |
#include <PscuHeader.h> |
32 |
#include <EventHeader.h> |
#include <EventHeader.h> |
34 |
#include <CalibTrk2Event.h> |
#include <CalibTrk2Event.h> |
35 |
// |
// |
36 |
|
|
37 |
typedef struct caltrk_def{ |
struct caltrk_def{ |
38 |
Int_t good0[2]; |
Int_t good0[2]; |
39 |
Int_t daqmode[12]; |
Int_t daqmode[12]; |
40 |
Int_t dspnum[12]; |
Int_t dspnum[12]; |
312 |
tzz->DrawLatex(.01,.98,fromfile.str().c_str()); |
tzz->DrawLatex(.01,.98,fromfile.str().c_str()); |
313 |
tzz->DrawLatex(.90,.98,"PEDESTAL"); |
tzz->DrawLatex(.90,.98,"PEDESTAL"); |
314 |
|
|
315 |
isfile<<"Boxes so colored point out chips broken before the launch and never resumed"; |
isfile<<"Chips with white line at least once showed anomalous behaviour"; |
316 |
tzz->SetTextColor(6); |
tzz->SetTextColor(17); |
317 |
tzz->SetTextSize(0.018); |
tzz->SetTextSize(0.018); |
318 |
// tzz->DrawLatex(.5,.96,isfile.str().c_str()); |
tzz->DrawLatex(.01,.96,isfile.str().c_str()); |
319 |
isfile.str(""); |
isfile.str(""); |
320 |
|
|
321 |
isfile<<"Boxes so colored point out anomalous chips (not necessarily broken)"; |
isfile<<"Boxes so colored point out anomalous chips (not necessarily broken)"; |