Changeset 393
- Timestamp:
- 05/11/00 15:36:52 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
r373 r393 141 141 Int_t nFirst ; // how many FirstLevel Trigger in one Event 142 142 Int_t SlicesFirst[5] ; // Times Slices at which the FirstLevel Triggers occur 143 Int_t PixelsFirst[5] ; // Pixel which fires the trigger 143 144 144 145 Int_t nSecond ; // how many SecondLevel Trigger in one Event 145 146 Int_t SlicesSecond[5] ; // Times Slices at which the SecondLevel Triggers occur 147 Int_t PixelsSecond[5] ; // Pixel which fires the trigger 146 148 147 149 private: … … 159 161 void Reset() ; 160 162 163 void ClearZero() ; 164 165 void ClearFirst() ; 166 161 167 Float_t FillShow( Int_t, Float_t ) ; 162 168 … … 169 175 void SetResponseShape(); 170 176 177 void SetMultiplicity (Int_t multi); 178 179 void SetTopology (Int_t topo); 180 181 void SetThreshold (Float_t thres[]); 182 183 void ReadThreshold (char name[]); 184 171 185 void ReadParam(char name[]); 172 186 187 Float_t GetMultiplicity (){ 188 return(trigger_multi); 189 } 190 191 Int_t GetTopology (){ 192 return(trigger_geometry); 193 } 194 195 Float_t GetThreshold (Int_t il){ 196 return(chan_thres[il]); 197 } 198 173 199 void Diskriminate() ; 174 200 … … 181 207 Float_t GetFirstLevelTime( Int_t il ) ; 182 208 209 Int_t GetFirstLevelPixel( Int_t il ) ; 183 210 } ; 184 211
Note:
See TracChangeset
for help on using the changeset viewer.