| 61 |
|
const string& sele1, const string& sele2, int nzbins); |
| 62 |
|
pAngle(SimInfo* info, const string& filename, |
| 63 |
|
const string& sele, const int seleOffset, int nzbins); |
| 64 |
+ |
pAngle(SimInfo* info, const string& filename, |
| 65 |
+ |
const string& sele, const int seleOffset, const int seleOffset2, |
| 66 |
+ |
int nzbins); |
| 67 |
|
|
| 68 |
|
int getNThetaBins() { |
| 69 |
|
return nThetaBins_; |
| 80 |
|
|
| 81 |
|
bool doVect_; |
| 82 |
|
bool doOffset_; |
| 83 |
+ |
bool doOffset2_; |
| 84 |
|
string selectionScript1_; |
| 85 |
|
string selectionScript2_; |
| 86 |
|
SelectionManager seleMan1_; |
| 88 |
|
SelectionEvaluator evaluator1_; |
| 89 |
|
SelectionEvaluator evaluator2_; |
| 90 |
|
int seleOffset_; |
| 91 |
+ |
int seleOffset2_; |
| 92 |
|
|
| 93 |
|
int nProcessed_; |
| 94 |
|
int nThetaBins_; |