Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StructureIndependentPeakCalibrator.hh
Go to the documentation of this file.
1 // (c) This file is part of the Rosetta software suite and is made available under license.
2 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
3 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
4 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
5 
6 /// @file PeakCalibratorList.hh
7 /// @author Oliver Lange
8 
9 #ifndef INCLUDED_protocols_noesy_assign_StructureIndependentPeakCalibrator_hh
10 #define INCLUDED_protocols_noesy_assign_StructureIndependentPeakCalibrator_hh
11 
12 
13 // Unit Header
14 //#include <devel/NoesyAssign/StructureIndependentPeakCalibrator.fwd.hh>
16 
17 // Package Headers
18 // #include <devel/NoesyAssign/StructureIndependentPeakCalibratorInfo.hh>
19 // #include <devel/NoesyAssign/PeakAssignment.hh>
20 // #include <devel/NoesyAssign/ResonanceList.fwd.hh>
21 
22 // Project Headers
23 #include <core/types.hh>
25 //#include <core/chemical/AA.hh>
28 
29 // Utility headers
30 //#include <utility/exit.hh>
31 // #include <utility/excn/Exceptions.hh>
32 //#include <utility/vector1.hh>
33 #include <utility/pointer/ReferenceCount.hh>
34 // #include <numeric/numeric.functions.hh>
35 // #include <basic/prof.hh>
36 //#include <basic/Tracer.hh>
37 // #include <basic/options/option.hh>
38 // #include <basic/options/keys/abinitio.OptionKeys.gen.hh>
39 // #include <basic/options/keys/run.OptionKeys.gen.hh>
40 //#include <basic/options/keys/templates.OptionKeys.gen.hh>
41 
42 //// C++ headers
43 //#include <cstdlib>
44 // #include <string>
45 // #include <list>
46 #include <map>
47 #include <bitset>
48 
49 #include <utility/vector1.hh>
50 
51 
52 namespace protocols {
53 namespace noesy_assign {
54 
56 public:
57 
61  }
62 
63  virtual void collect_upperbound_statistics( core::Size /*peak*/, TypeCumulator const& /*types*/ );
64 private:
65 };
66 
67 
68 
69 
70 
71 }
72 }
73 
74 #endif