close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jan 9, 2017, 3:08:56 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v78
|
v79
|
|
202 | 202 | if (type.find("W14") != std::string::npos) { |
203 | 203 | ... |
204 | | Do different stuff because I want W14 data, e.g. set a bool |
| 204 | Do different stuff when I want W14 data + cuts |
| 205 | e.g. set a bool or double to remember what settings I'm running with, load up different data, different covariance matrix, and so on |
205 | 206 | ... |
206 | 207 | } else { |