| # | Line 73 | Line 73 | namespace oopse { | |
|---|---|---|
| 73 | static const int lMax_ = 12; | |
| 74 | int frameCounter_; | |
| 75 | int nBins_; | |
| 76 | < | |
| 76 | > | |
| 77 | > | std::map<std::pair<int,int>,int> m2Min; | 
| 78 | > | std::map<std::pair<int,int>,int> m2Max; | 
| 79 | > | std::map<std::pair<int,int>,std::vector<RealType> > w3j; | 
| 80 | > | |
| 81 | RealType MinQ_; | |
| 82 | RealType MaxQ_; | |
| 83 | RealType deltaQ_; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |