|
[yoda-svn] r282 - trunk/include/YODAblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Aug 18 16:35:58 BST 2011
Author: mkawalec Date: Thu Aug 18 16:35:57 2011 New Revision: 282 Log: Added comments decribing that is what in new Bins typedef. Modified: trunk/include/YODA/Axis2D.h Modified: trunk/include/YODA/Axis2D.h ============================================================================== --- trunk/include/YODA/Axis2D.h Thu Aug 18 16:10:32 2011 (r281) +++ trunk/include/YODA/Axis2D.h Thu Aug 18 16:35:57 2011 (r282) @@ -48,6 +48,13 @@ // A few helpful typedefs typedef BIN Bin; + /// The following vector holds in itself an information + /// about a Bin and a state in which it is. If the state is + /// set to be false the bin will not be displayed and in effect + /// will be treated as nonexistent. The most common situation when + /// such a funcionality is needed is when merging a bin. For detailed + /// description about what happens in such case, please refer to the + /// mergeBins() function ~100 lines below this point. typedef typename std::vector<std::pair<Bin, bool> > Bins;
More information about the yoda-svn mailing list |