****************************************
Short helpfile for action CLUSTER_DISTRIBUTION
****************************************

The following arguments are compulsory: 

               CLUSTERS - the label of the action that does the clustering 
              TRANSFORM - ( default=none ) the switching function to use to convert 
                          the crystallinity parameter to a number between zero and one 

In addition you may use the following options: 

  NUMERICAL_DERIVATIVES - ( default=off ) calculate the derivatives for these 
                          quantities numerically 
                  NOPBC - ( default=off ) ignore the periodic boundary conditions 
                          when calculating distances 
                 SERIAL - ( default=off ) do the calculation in serial. Do not use 
                          MPI 
                 LOWMEM - ( default=off ) lower the memory requirements 
                TIMINGS - ( default=off ) output information on the timings of the 
                          various parts of the calculation 
      INVERSE_TRANSFORM - ( default=off ) when TRANSFORM appears alone the input 
                          symmetry functions, \f$x\f$ are transformed used \f$1-s(x)\f$ where 
                          \f$s(x)\f$ is a switching function. 
              MORE_THAN - calculate the number of variables more than a certain 
                          target value. 
              LESS_THAN - calculate the number of variables less than a certain 
                          target value. 
                BETWEEN - calculate the number of values that are within a certain 
                          range. These quantities are calculated using kernel density 
                          estimation as described on \ref histogrambead. The final value can be 
                          referenced using <em>label</em>.between. You can use multiple 
                          instances of this keyword i.e. BETWEEN1, BETWEEN2, BETWEEN3... The 
                          corresponding values are then referenced using <em>label</em>.between-1, 
                          <em>label</em>.between-2, <em>label</em>.between-3... 
              HISTOGRAM - calculate how many of the values fall in each of the bins 
                          of a histogram. This shortcut allows you to calculates NBIN 
                          quantities like BETWEEN. The final value can be referenced using 
                          <em>label</em>.histogram. You can use multiple instances of this keyword i.e. 
                          HISTOGRAM1, HISTOGRAM2, HISTOGRAM3... The corresponding values are then 
                          referenced using <em>label</em>.histogram-1, 
                          <em>label</em>.histogram-2, <em>label</em>.histogram-3... 
                ALT_MIN - calculate the minimum value. 
                    MIN - calculate the minimum value. 
                    MAX - calculate the maximum value. 


