46 fTrackNos =
new TH2F(
"trackNos",
"Track numbers",
47 max+1, -1.5, max-.5, max+1, -1.5, max-.5);
48 fTrackNos->SetXTitle(
"Digit track");
49 fTrackNos->SetYTitle(
"SDigit track");
60 if (!sdigit)
return kTRUE;
66 Info(
"ProcessSDigit",
"Got %d SDigit tracks", sdigit->
GetNTrack());
67 for (
size_t i = 0; i < sdigit->
GetNTrack(); i++)
74 if (!digit)
return kTRUE;
79 TArrayI& stracks = entry.
fLabels;
80 Info(
"ProcessDigit",
"Got %d SDigit tracks, and %d Digit tracks",
82 for (Int_t i = 0; (i < stracks.fN || i < digit->
GetNTrack()); i++) {
83 Int_t strack = (i < stracks.fN ? stracks.fArray[i] : -1);
85 fTrackNos->Fill(strack, dtrack);
95 gStyle->SetCanvasBorderSize(0);
97 gStyle->SetPadBorderSize(0);
98 fTrackNos->SetStats(kFALSE);
100 fTrackNos->Draw(
"colz");
Map of Energy deposited, hit information per strip. Contains a pair of energy deposited fEdep and num...
Per strip map of energy deposited and number of hits.
DrawBothDigits(Int_t max=300)
Bool_t ProcessSDigit(AliFMDSDigit *sdigit)
virtual Int_t GetTrack(Int_t i) const
class for summable digits
UShort_t Detector() const
Cache of Energy deposited, hit information per strip. Contains a pair of energy deposited fEdep and n...
Draw hit energy loss versus digit ADC.
UShort_t GetNTrack() const
Bool_t ProcessDigit(AliFMDDigit *digit)