Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
protocols
canonical_sampling
SidechainMetropolisHastingsMover.hh
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
/// @file /protocols/canonical_sampling/MetropolisHastingsMover.hh
11
/// @brief
12
/// @author
13
14
#ifndef INCLUDED_protocols_canonical_sampling_SidechainMetropolisHastingsMover_hh
15
#define INCLUDED_protocols_canonical_sampling_SidechainMetropolisHastingsMover_hh
16
17
// Unit Headers
18
#include <
protocols/canonical_sampling/SidechainMetropolisHastingsMover.fwd.hh
>
19
#include <
protocols/canonical_sampling/MetropolisHastingsMover.hh
>
20
#include <
protocols/moves/Mover.hh
>
21
22
// Project Headers
23
#include <
protocols/moves/MonteCarlo.fwd.hh
>
24
#include <
protocols/canonical_sampling/ThermodynamicMover.hh
>
25
#include <
protocols/canonical_sampling/ThermodynamicObserver.hh
>
26
#include <
core/pose/Pose.fwd.hh
>
27
#include <numeric/random/WeightedSampler.hh>
28
29
// Utility Headers
30
#include <
core/types.hh
>
31
#include <utility/vector1.hh>
32
33
namespace
protocols {
34
namespace
canonical_sampling {
35
36
///@details
37
class
SidechainMetropolisHastingsMover
:
public
protocols::canonical_sampling::MetropolisHastingsMover
{
38
39
public
:
40
typedef
MetropolisHastingsMover
Parent
;
41
42
SidechainMetropolisHastingsMover
();
43
44
SidechainMetropolisHastingsMover
(
core::Size
stride );
45
46
SidechainMetropolisHastingsMover
(
47
SidechainMetropolisHastingsMover
const
& metropolis_hastings_mover
48
);
49
50
virtual
51
~SidechainMetropolisHastingsMover
();
52
53
virtual
54
void
55
apply
(
core::pose::Pose
& pose );
56
57
virtual
58
std::string
59
get_name
()
const
;
60
61
protocols::moves::MoverOP
62
clone
()
const
;
63
64
virtual
65
protocols::moves::MoverOP
66
fresh_instance
()
const
;
67
68
virtual
69
void
70
parse_my_tag
(
71
utility::tag::TagPtr
const
tag,
72
protocols::moves::DataMap
& data,
73
protocols::filters::Filters_map
const
& filters,
74
protocols::moves::Movers_map
const
& movers,
75
core::pose::Pose
const
& pose
76
);
77
78
bool
pass_metropolis
(
core::Real
delta_energy ,
core::Real
last_proposal_density_ratio
)
const
;
79
80
core::Size
output_count
(
core::Size
ct )
const
;
81
82
void
set_stride
(
core::Size
setting ) {
stride_
= setting; };
83
84
private
:
85
core::Size
stride_
;
86
};
//end SidechainMetropolisHastingsMover
87
88
}
//namespace canonical_sampling
89
}
//namespace protocols
90
91
#endif //INCLUDED_protocols_canonical_sampling_SidechainMetropolisHastingsMover_HH
Generated on Sat Jun 1 2013 11:44:40 for Rosetta 3.5 by
1.8.4