StripChartProjector.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
12 #ifndef _StripChartProjector_H_
13 #define _StripChartProjector_H_
14 
16 
17 namespace hippodraw {
18 
19 /*** A derived class of Map2Projector that maps 2 DataSource columns
20  to the projection with the initial x projection value being the
21  smallest value in the data source column bound to the x
22  projection.
23 
24  @bug If the Y axis points go out of range, the plot becomes in
25  correct in that the lines to no go to the range border.
26 
27  @author Paul F. Kunz <Paul_Kunz@slac.stanford.edu>
28  @author Matan Shacham <matan@slac.stanford.edu>
29  */
31 {
32 
33 private:
34 
36  StripChartProjector ( const StripChartProjector & projector );
37 
39  virtual void addPointReps ();
40 
41  public:
42 
45 
48  ProjectorBase * clone ();
49 
54  virtual void fillProjectedValues ( DataSource * ntuple,
55  bool in_range = false ) const;
56 
57 };
58 
59 } // namespace hippodraw
60 
61 #endif // _StripChartProjector_H_

Generated for HippoDraw Class Library by doxygen