ATLAS Offline Software
Loading...
Searching...
No Matches
LArDumpShapes.h File Reference

Dump out shape information to a ROOT file. More...

Include dependency graph for LArDumpShapes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LArDumpShapes
 Dump out shape information to a ROOT file. More...

Detailed Description

Dump out shape information to a ROOT file.

Author
scott snyder
Date
Feb 2006

The information in the ROOT file consists of a set of 1-D histograms, with names of the form shap%.9d_%.1d%.1d%.1d%.1d%.3d%.3d. The % fields are as follows:

  • CHID (as an integer)
  • gain
  • barrel/EC flag + 3 (so it's always positive, and barrel is 3)
  • sampling
  • region
  • phi index
  • eta index

The first half of the values in the histograms are the actual shape values. The second half are the derivatives.

Definition in file LArDumpShapes.h.