Parent Directory | Revision Log | Patch
revision 1.1.2.1 by pam-fi, Thu May 6 17:08:02 2010 UTC | revision 1.1.2.2 by pam-fi, Tue Jun 29 07:51:48 2010 UTC | |
---|---|---|
# | Line 21 public: | Line 21 public: |
21 | /*! @brief Constructor. | /*! @brief Constructor. |
22 | * | * |
23 | * @param cutName The cut's name. | * @param cutName The cut's name. |
24 | * @param sensor The TRK sensor id. along Y (0-1 for increasing Y) | * @param sensorId The TRK sensor id. along Y (0-1 for increasing Y) |
25 | */ | */ |
26 | TrkYSensCut(const char *cutName, Int_t sensorId) : | TrkYSensCut(const char *cutName, Int_t sensorId) : |
27 | PamCut(cutName), _sensorId(sensorId) { | PamCut(cutName), _sensorId(sensorId) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |